#53241C

Color #53241C Caput Mortuum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caput Mortuum #53241C

Tints of Caput Mortuum #53241C

Color information

#53241C (or 0x53241C) is unknown color: approx Caput Mortuum. HEX triplet: 53, 24 and 1C. RGB value is (83,36,28). Sum of RGB (Red+Green+Blue) = 83+36+28=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 36 (14.45% from 255 or 24.49% from 147); Blue value is 28 (11.33% from 255 or 19.05% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #53241C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53241C is #ACDBE3. Grayscale: #313131. Windows color (decimal): -11328484 or 1844307. OLE color: 1844307.

HSL color Cylindrical-coordinate representation of color #53241C: hue angle of 8.73º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53241C is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB833628-
CMYK00.570.660.67
HSL8.73º49.55%21.76%-
HSV(B)8.73º66.27%32.55%-
XYZ4.413.181.48-
YUV49.14116.07152.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 56.46%
GREEN value IS 36 (14.45% from 255) = 24.49%
BLUE value IS 28 (11.33% from 255) = 19.05%
R=56.46%
G=24.49%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83362800.570.660.678.7349.5521.76
Hex53241C039424393216
Octal1234434071102103116226
Binary101001110010011100011100110000101000011100111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53241C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53241C; }

 p { color: rgb(83,36,28); }

 H1.HeaderClassName
 {
   color: #53241C;
 }
 .AnyTagClassName
 {
   color: #53241C;
 }
</style>
background-color css

<style>
 a { background-color: #53241C; }

 a { background-color: rgb(83,36,28); }

 div.DivClassName
 {
   background-color: #53241C;
 }
 .BgClassName
 {
   background-color: #53241C;
 }
</style>
border-color css

<style>
 span { border-color: #53241C; }

 span { border-color: rgb(83,36,28); }

 td.TdClassName
 {
   border-color: #53241C;
 }
 .TagClassName
 {
   border-color: #53241C;
 }
</style>