#551E0B

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

Shades of Caput Mortuum #551E0B

Tints of Caput Mortuum #551E0B

Color information

#551E0B (or 0x551E0B) is unknown color: approx Caput Mortuum. HEX triplet: 55, 1E and 0B. RGB value is (85,30,11). Sum of RGB (Red+Green+Blue) = 85+30+11=126 (16% of max value = 765). Red value is 85 (33.59% from 255 or 67.46% from 126); Green value is 30 (12.11% from 255 or 23.81% from 126); Blue value is 11 (4.69% from 255 or 8.73% from 126); Max value from RGB is 85 - color contains mainly: red. Hex color #551E0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551E0B is #AAE1F4. Grayscale: #2C2C2C. Windows color (decimal): -11198965 or 728661. OLE color: 728661.

HSL color Cylindrical-coordinate representation of color #551E0B: hue angle of 15.41º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #551E0B is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB853011-
CMYK00.650.870.67
HSL15.41º77.08%18.82%-
HSV(B)15.41º87.06%33.33%-
XYZ4.272.880.65-
YUV44.28109.22157.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 67.46%
GREEN value IS 30 (12.11% from 255) = 23.81%
BLUE value IS 11 (4.69% from 255) = 8.73%
R=67.46%
G=23.81%
B=8.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85301100.650.870.6715.4177.0818.82
Hex551EB0415743f4d13
Octal125361301011271031711523
Binary101010111110101101000001101011110000111111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,30,11); }

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

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

 a { background-color: rgb(85,30,11); }

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

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

 span { border-color: rgb(85,30,11); }

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