#552421

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

Shades of Caput Mortuum #552421

Tints of Caput Mortuum #552421

Color information

#552421 (or 0x552421) is unknown color: approx Caput Mortuum. HEX triplet: 55, 24 and 21. RGB value is (85,36,33). Sum of RGB (Red+Green+Blue) = 85+36+33=154 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.19% from 154); Green value is 36 (14.45% from 255 or 23.38% from 154); Blue value is 33 (13.28% from 255 or 21.43% from 154); Max value from RGB is 85 - color contains mainly: red. Hex color #552421 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552421 is #AADBDE. Grayscale: #323232. Windows color (decimal): -11197407 or 2171989. OLE color: 2171989.

HSL color Cylindrical-coordinate representation of color #552421: hue angle of 3.46º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #552421 is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB853633-
CMYK00.580.610.67
HSL3.46º44.07%23.14%-
HSV(B)3.46º61.18%33.33%-
XYZ4.653.31.83-
YUV50.31118.23152.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.19%
GREEN value IS 36 (14.45% from 255) = 23.38%
BLUE value IS 33 (13.28% from 255) = 21.43%
R=55.19%
G=23.38%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85363300.580.610.673.4644.0723.14
Hex55242103A3D4332c17
Octal12544410727510335427
Binary1010101100100100001011101011110110000111110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552421; }

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

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

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

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

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

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

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

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