#551903

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

Shades of Caput Mortuum #551903

Tints of Caput Mortuum #551903

Color information

#551903 (or 0x551903) is unknown color: approx Caput Mortuum. HEX triplet: 55, 19 and 03. RGB value is (85,25,3). Sum of RGB (Red+Green+Blue) = 85+25+3=113 (14% of max value = 765). Red value is 85 (33.59% from 255 or 75.22% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 3 (1.56% from 255 or 2.65% from 113); Max value from RGB is 85 - color contains mainly: red. Hex color #551903 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551903 is #AAE6FC. Grayscale: #282828. Windows color (decimal): -11200253 or 203093. OLE color: 203093.

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

Color convert

RGB85253-
CMYK00.710.960.67
HSL16.1º93.18%17.25%-
HSV(B)16.1º96.47%33.33%-
XYZ4.112.630.38-
YUV40.43106.88159.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 75.22%
GREEN value IS 25 (10.16% from 255) = 22.12%
BLUE value IS 3 (1.56% from 255) = 2.65%
R=75.22%
G=22.12%
B=2.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8525300.710.960.6716.193.1817.25
Hex551930476043105d11
Octal12531301071401032013521
Binary10101011100111010001111100000100001110000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551903; }

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

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

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

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

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

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

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

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