#531803

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

Shades of Caput Mortuum #531803

Tints of Caput Mortuum #531803

Color information

#531803 (or 0x531803) is unknown color: approx Caput Mortuum. HEX triplet: 53, 18 and 03. RGB value is (83,24,3). Sum of RGB (Red+Green+Blue) = 83+24+3=110 (14% of max value = 765). Red value is 83 (32.81% from 255 or 75.45% from 110); Green value is 24 (9.77% from 255 or 21.82% from 110); Blue value is 3 (1.56% from 255 or 2.73% from 110); Max value from RGB is 83 - color contains mainly: red. Hex color #531803 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531803 is #ACE7FC. Grayscale: #272727. Windows color (decimal): -11331581 or 202835. OLE color: 202835.

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

Color convert

RGB83243-
CMYK00.710.960.67
HSL15.75º93.02%16.86%-
HSV(B)15.75º96.39%32.55%-
XYZ3.912.50.36-
YUV39.25107.55159.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 75.45%
GREEN value IS 24 (9.77% from 255) = 21.82%
BLUE value IS 3 (1.56% from 255) = 2.73%
R=75.45%
G=21.82%
B=2.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8324300.710.960.6715.7593.0216.86
Hex531830476043105d11
Octal12330301071401032013521
Binary10100111100011010001111100000100001110000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531803; }

 p { color: rgb(83,24,3); }

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

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

 a { background-color: rgb(83,24,3); }

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

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

 span { border-color: rgb(83,24,3); }

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