#531905

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

Shades of Caput Mortuum #531905

Tints of Caput Mortuum #531905

Color information

#531905 (or 0x531905) is unknown color: approx Caput Mortuum. HEX triplet: 53, 19 and 05. RGB value is (83,25,5). Sum of RGB (Red+Green+Blue) = 83+25+5=113 (14% of max value = 765). Red value is 83 (32.81% from 255 or 73.45% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 5 (2.34% from 255 or 4.42% from 113); Max value from RGB is 83 - color contains mainly: red. Hex color #531905 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531905 is #ACE6FA. Grayscale: #282828. Windows color (decimal): -11331323 or 334163. OLE color: 334163.

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

Color convert

RGB83255-
CMYK00.700.940.67
HSL15.38º88.64%17.25%-
HSV(B)15.38º93.98%32.55%-
XYZ3.942.550.43-
YUV40.06108.22158.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 73.45%
GREEN value IS 25 (10.16% from 255) = 22.12%
BLUE value IS 5 (2.34% from 255) = 4.42%
R=73.45%
G=22.12%
B=4.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8325500.700.940.6715.3888.6417.25
Hex531950465E43f5911
Octal12331501061361031713121
Binary10100111100110101000110101111010000111111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531905; }

 p { color: rgb(83,25,5); }

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

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

 a { background-color: rgb(83,25,5); }

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

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

 span { border-color: rgb(83,25,5); }

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