#551801

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

Shades of Caput Mortuum #551801

Tints of Caput Mortuum #551801

Color information

#551801 (or 0x551801) is unknown color: approx Caput Mortuum. HEX triplet: 55, 18 and 01. RGB value is (85,24,1). Sum of RGB (Red+Green+Blue) = 85+24+1=110 (14% of max value = 765). Red value is 85 (33.59% from 255 or 77.27% from 110); Green value is 24 (9.77% from 255 or 21.82% from 110); Blue value is 1 (0.78% from 255 or 0.91% from 110); Max value from RGB is 85 - color contains mainly: red. Hex color #551801 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551801 is #AAE7FE. Grayscale: #272727. Windows color (decimal): -11200511 or 71765. OLE color: 71765.

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

Color convert

RGB85241-
CMYK00.720.990.67
HSL16.43º97.67%16.86%-
HSV(B)16.43º98.82%33.33%-
XYZ4.082.590.31-
YUV39.62106.21160.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 77.27%
GREEN value IS 24 (9.77% from 255) = 21.82%
BLUE value IS 1 (0.78% from 255) = 0.91%
R=77.27%
G=21.82%
B=0.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8524100.720.990.6716.4397.6716.86
Hex551810486343106211
Octal12530101101431032014221
Binary1010101110001010010001100011100001110000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551801; }

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

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

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

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

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

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

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

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