#551902

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

Shades of Caput Mortuum #551902

Tints of Caput Mortuum #551902

Color information

#551902 (or 0x551902) is unknown color: approx Caput Mortuum. HEX triplet: 55, 19 and 02. RGB value is (85,25,2). Sum of RGB (Red+Green+Blue) = 85+25+2=112 (14% of max value = 765). Red value is 85 (33.59% from 255 or 75.89% from 112); Green value is 25 (10.16% from 255 or 22.32% from 112); Blue value is 2 (1.17% from 255 or 1.79% from 112); Max value from RGB is 85 - color contains mainly: red. Hex color #551902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551902 is #AAE6FD. Grayscale: #282828. Windows color (decimal): -11200254 or 137557. OLE color: 137557.

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

Color convert

RGB85252-
CMYK00.710.980.67
HSL16.63º95.4%17.06%-
HSV(B)16.63º97.65%33.33%-
XYZ4.12.630.35-
YUV40.32106.38159.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 75.89%
GREEN value IS 25 (10.16% from 255) = 22.32%
BLUE value IS 2 (1.17% from 255) = 1.79%
R=75.89%
G=22.32%
B=1.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8525200.710.980.6716.6395.417.06
Hex551920476243115f11
Octal12531201071421032113721
Binary10101011100110010001111100010100001110001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551902; }

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

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

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

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

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

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

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

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