#551C0F

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

Shades of Caput Mortuum #551C0F

Tints of Caput Mortuum #551C0F

Color information

#551C0F (or 0x551C0F) is unknown color: approx Caput Mortuum. HEX triplet: 55, 1C and 0F. RGB value is (85,28,15). Sum of RGB (Red+Green+Blue) = 85+28+15=128 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.41% from 128); Green value is 28 (11.33% from 255 or 21.88% from 128); Blue value is 15 (6.25% from 255 or 11.72% from 128); Max value from RGB is 85 - color contains mainly: red. Hex color #551C0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551C0F is #AAE3F0. Grayscale: #2B2B2B. Windows color (decimal): -11199473 or 990293. OLE color: 990293.

HSL color Cylindrical-coordinate representation of color #551C0F: hue angle of 11.14º 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 #551C0F is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB852815-
CMYK00.670.820.67
HSL11.14º70%19.61%-
HSV(B)11.14º82.35%33.33%-
XYZ4.252.80.77-
YUV43.56111.88157.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 66.41%
GREEN value IS 28 (11.33% from 255) = 21.88%
BLUE value IS 15 (6.25% from 255) = 11.72%
R=66.41%
G=21.88%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85281500.670.820.6711.147019.61
Hex551CF0435243b4614
Octal125341701031221031310624
Binary101010111100111101000011101001010000111011100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551C0F; }

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

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

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

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

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

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

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

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