#55241A

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

Shades of Caput Mortuum #55241A

Tints of Caput Mortuum #55241A

Color information

#55241A (or 0x55241A) is unknown color: approx Caput Mortuum. HEX triplet: 55, 24 and 1A. RGB value is (85,36,26). Sum of RGB (Red+Green+Blue) = 85+36+26=147 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.82% from 147); Green value is 36 (14.45% from 255 or 24.49% from 147); Blue value is 26 (10.55% from 255 or 17.69% from 147); Max value from RGB is 85 - color contains mainly: red. Hex color #55241A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55241A is #AADBE5. Grayscale: #313131. Windows color (decimal): -11197414 or 1713237. OLE color: 1713237.

HSL color Cylindrical-coordinate representation of color #55241A: hue angle of 10.17º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #55241A is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB853626-
CMYK00.580.690.67
HSL10.17º53.15%21.76%-
HSV(B)10.17º69.41%33.33%-
XYZ4.563.271.37-
YUV49.51114.73153.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.82%
GREEN value IS 36 (14.45% from 255) = 24.49%
BLUE value IS 26 (10.55% from 255) = 17.69%
R=57.82%
G=24.49%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85362600.580.690.6710.1753.1521.76
Hex55241A03A4543a3516
Octal1254432072105103126526
Binary101010110010011010011101010001011000011101011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55241A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55241A; }

 p { color: rgb(85,36,26); }

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

<style>
 a { background-color: #55241A; }

 a { background-color: rgb(85,36,26); }

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

<style>
 span { border-color: #55241A; }

 span { border-color: rgb(85,36,26); }

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