#551703

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

Shades of Caput Mortuum #551703

Tints of Caput Mortuum #551703

Color information

#551703 (or 0x551703) is unknown color: approx Caput Mortuum. HEX triplet: 55, 17 and 03. RGB value is (85,23,3). Sum of RGB (Red+Green+Blue) = 85+23+3=111 (14% of max value = 765). Red value is 85 (33.59% from 255 or 76.58% from 111); Green value is 23 (9.38% from 255 or 20.72% from 111); Blue value is 3 (1.56% from 255 or 2.70% from 111); Max value from RGB is 85 - color contains mainly: red. Hex color #551703 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551703 is #AAE8FC. Grayscale: #272727. Windows color (decimal): -11200765 or 202581. OLE color: 202581.

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

Color convert

RGB85233-
CMYK00.730.960.67
HSL14.63º93.18%17.25%-
HSV(B)14.63º96.47%33.33%-
XYZ4.072.550.36-
YUV39.26107.54160.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 76.58%
GREEN value IS 23 (9.38% from 255) = 20.72%
BLUE value IS 3 (1.56% from 255) = 2.70%
R=76.58%
G=20.72%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8523300.730.960.6714.6393.1817.25
Hex551730496043f5d11
Octal12527301111401031713521
Binary1010101101111101001001110000010000111111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551703; }

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

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

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

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

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

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

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

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