#53190B

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

Shades of Caput Mortuum #53190B

Tints of Caput Mortuum #53190B

Color information

#53190B (or 0x53190B) is unknown color: approx Caput Mortuum. HEX triplet: 53, 19 and 0B. RGB value is (83,25,11). Sum of RGB (Red+Green+Blue) = 83+25+11=119 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.75% from 119); Green value is 25 (10.16% from 255 or 21.01% from 119); Blue value is 11 (4.69% from 255 or 9.24% from 119); Max value from RGB is 83 - color contains mainly: red. Hex color #53190B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53190B is #ACE6F4. Grayscale: #282828. Windows color (decimal): -11331317 or 727379. OLE color: 727379.

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

Color convert

RGB832511-
CMYK00.700.870.67
HSL11.67º76.6%18.43%-
HSV(B)11.67º86.75%32.55%-
XYZ3.982.560.6-
YUV40.75111.22158.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 69.75%
GREEN value IS 25 (10.16% from 255) = 21.01%
BLUE value IS 11 (4.69% from 255) = 9.24%
R=69.75%
G=21.01%
B=9.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83251100.700.870.6711.6776.618.43
Hex5319B0465743c4d12
Octal123311301061271031411522
Binary101001111001101101000110101011110000111100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53190B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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