#53190C

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

Shades of Caput Mortuum #53190C

Tints of Caput Mortuum #53190C

Color information

#53190C (or 0x53190C) is unknown color: approx Caput Mortuum. HEX triplet: 53, 19 and 0C. RGB value is (83,25,12). Sum of RGB (Red+Green+Blue) = 83+25+12=120 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.17% from 120); Green value is 25 (10.16% from 255 or 20.83% from 120); Blue value is 12 (5.08% from 255 or 10% from 120); Max value from RGB is 83 - color contains mainly: red. Hex color #53190C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53190C is #ACE6F3. Grayscale: #282828. Windows color (decimal): -11331316 or 792915. OLE color: 792915.

HSL color Cylindrical-coordinate representation of color #53190C: hue angle of 10.99º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #53190C is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB832512-
CMYK00.700.860.67
HSL10.99º74.74%18.63%-
HSV(B)10.99º85.54%32.55%-
XYZ3.982.560.63-
YUV40.86111.72158.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 69.17%
GREEN value IS 25 (10.16% from 255) = 20.83%
BLUE value IS 12 (5.08% from 255) = 10%
R=69.17%
G=20.83%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83251200.700.860.6710.9974.7418.63
Hex5319C0465643b4b13
Octal123311401061261031311323
Binary101001111001110001000110101011010000111011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53190C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53190C; }

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

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

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

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

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

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

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

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