#531602

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

Shades of Caput Mortuum #531602

Tints of Caput Mortuum #531602

Color information

#531602 (or 0x531602) is unknown color: approx Caput Mortuum. HEX triplet: 53, 16 and 02. RGB value is (83,22,2). Sum of RGB (Red+Green+Blue) = 83+22+2=107 (14% of max value = 765). Red value is 83 (32.81% from 255 or 77.57% from 107); Green value is 22 (8.98% from 255 or 20.56% from 107); Blue value is 2 (1.17% from 255 or 1.87% from 107); Max value from RGB is 83 - color contains mainly: red. Hex color #531602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531602 is #ACE9FD. Grayscale: #262626. Windows color (decimal): -11332094 or 136787. OLE color: 136787.

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

Color convert

RGB83222-
CMYK00.730.980.67
HSL14.81º95.29%16.67%-
HSV(B)14.81º97.59%32.55%-
XYZ3.872.420.32-
YUV37.96107.71160.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 77.57%
GREEN value IS 22 (8.98% from 255) = 20.56%
BLUE value IS 2 (1.17% from 255) = 1.87%
R=77.57%
G=20.56%
B=1.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8322200.730.980.6714.8195.2916.67
Hex531620496243f5f11
Octal12326201111421031713721
Binary1010011101101001001001110001010000111111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531602; }

 p { color: rgb(83,22,2); }

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

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

 a { background-color: rgb(83,22,2); }

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

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

 span { border-color: rgb(83,22,2); }

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