#55210F

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

Shades of Caput Mortuum #55210F

Tints of Caput Mortuum #55210F

Color information

#55210F (or 0x55210F) is unknown color: approx Caput Mortuum. HEX triplet: 55, 21 and 0F. RGB value is (85,33,15). Sum of RGB (Red+Green+Blue) = 85+33+15=133 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.91% from 133); Green value is 33 (13.28% from 255 or 24.81% from 133); Blue value is 15 (6.25% from 255 or 11.28% from 133); Max value from RGB is 85 - color contains mainly: red. Hex color #55210F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55210F is #AADEF0. Grayscale: #2E2E2E. Windows color (decimal): -11198193 or 991573. OLE color: 991573.

HSL color Cylindrical-coordinate representation of color #55210F: hue angle of 15.43º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #55210F is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB853315-
CMYK00.610.820.67
HSL15.43º70%19.61%-
HSV(B)15.43º82.35%33.33%-
XYZ4.383.050.81-
YUV46.5110.23155.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 63.91%
GREEN value IS 33 (13.28% from 255) = 24.81%
BLUE value IS 15 (6.25% from 255) = 11.28%
R=63.91%
G=24.81%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85331500.610.820.6715.437019.61
Hex5521F03D5243f4614
Octal12541170751221031710624
Binary101010110000111110111101101001010000111111100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55210F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55210F; }

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

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

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

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

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

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

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

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