#551802

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

Shades of Caput Mortuum #551802

Tints of Caput Mortuum #551802

Color information

#551802 (or 0x551802) is unknown color: approx Caput Mortuum. HEX triplet: 55, 18 and 02. RGB value is (85,24,2). Sum of RGB (Red+Green+Blue) = 85+24+2=111 (14% of max value = 765). Red value is 85 (33.59% from 255 or 76.58% from 111); Green value is 24 (9.77% from 255 or 21.62% from 111); Blue value is 2 (1.17% from 255 or 1.80% from 111); Max value from RGB is 85 - color contains mainly: red. Hex color #551802 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551802 is #AAE7FD. Grayscale: #272727. Windows color (decimal): -11200510 or 137301. OLE color: 137301.

HSL color Cylindrical-coordinate representation of color #551802: hue angle of 15.9º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #551802 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB85242-
CMYK00.720.980.67
HSL15.9º95.4%17.06%-
HSV(B)15.9º97.65%33.33%-
XYZ4.082.590.34-
YUV39.73106.71160.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 76.58%
GREEN value IS 24 (9.77% from 255) = 21.62%
BLUE value IS 2 (1.17% from 255) = 1.80%
R=76.58%
G=21.62%
B=1.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8524200.720.980.6715.995.417.06
Hex551820486243105f11
Octal12530201101421032013721
Binary10101011100010010010001100010100001110000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551802; }

 p { color: rgb(85,24,2); }

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

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

 a { background-color: rgb(85,24,2); }

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

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

 span { border-color: rgb(85,24,2); }

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