#551A07

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

Shades of Caput Mortuum #551A07

Tints of Caput Mortuum #551A07

Color information

#551A07 (or 0x551A07) is unknown color: approx Caput Mortuum. HEX triplet: 55, 1A and 07. RGB value is (85,26,7). Sum of RGB (Red+Green+Blue) = 85+26+7=118 (15% of max value = 765). Red value is 85 (33.59% from 255 or 72.03% from 118); Green value is 26 (10.55% from 255 or 22.03% from 118); Blue value is 7 (3.12% from 255 or 5.93% from 118); Max value from RGB is 85 - color contains mainly: red. Hex color #551A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551A07 is #AAE5F8. Grayscale: #292929. Windows color (decimal): -11199993 or 465493. OLE color: 465493.

HSL color Cylindrical-coordinate representation of color #551A07: hue angle of 14.62º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #551A07 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB85267-
CMYK00.690.920.67
HSL14.62º84.78%18.04%-
HSV(B)14.62º91.76%33.33%-
XYZ4.152.690.5-
YUV41.48108.55159.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 72.03%
GREEN value IS 26 (10.55% from 255) = 22.03%
BLUE value IS 7 (3.12% from 255) = 5.93%
R=72.03%
G=22.03%
B=5.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8526700.690.920.6714.6284.7818.04
Hex551A70455C43f5512
Octal12532701051341031712522
Binary10101011101011101000101101110010000111111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551A07; }

 p { color: rgb(85,26,7); }

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

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

 a { background-color: rgb(85,26,7); }

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

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

 span { border-color: rgb(85,26,7); }

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