#552213

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

Shades of Caput Mortuum #552213

Tints of Caput Mortuum #552213

Color information

#552213 (or 0x552213) is unknown color: approx Caput Mortuum. HEX triplet: 55, 22 and 13. RGB value is (85,34,19). Sum of RGB (Red+Green+Blue) = 85+34+19=138 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.59% from 138); Green value is 34 (13.67% from 255 or 24.64% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 85 - color contains mainly: red. Hex color #552213 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552213 is #AADDEC. Grayscale: #2F2F2F. Windows color (decimal): -11197933 or 1253973. OLE color: 1253973.

HSL color Cylindrical-coordinate representation of color #552213: hue angle of 13.64º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #552213 is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB853419-
CMYK00.600.780.67
HSL13.64º63.46%20.39%-
HSV(B)13.64º77.65%33.33%-
XYZ4.443.120.98-
YUV47.54111.9154.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 61.59%
GREEN value IS 34 (13.67% from 255) = 24.64%
BLUE value IS 19 (7.81% from 255) = 13.77%
R=61.59%
G=24.64%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85341900.600.780.6713.6463.4620.39
Hex55221303C4E43e3f14
Octal1254223074116103167724
Binary101010110001010011011110010011101000011111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552213; }

 p { color: rgb(85,34,19); }

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

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

 a { background-color: rgb(85,34,19); }

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

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

 span { border-color: rgb(85,34,19); }

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