#53200E

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

Shades of Caput Mortuum #53200E

Tints of Caput Mortuum #53200E

Color information

#53200E (or 0x53200E) is unknown color: approx Caput Mortuum. HEX triplet: 53, 20 and 0E. RGB value is (83,32,14). Sum of RGB (Red+Green+Blue) = 83+32+14=129 (17% of max value = 765). Red value is 83 (32.81% from 255 or 64.34% from 129); Green value is 32 (12.89% from 255 or 24.81% from 129); Blue value is 14 (5.86% from 255 or 10.85% from 129); Max value from RGB is 83 - color contains mainly: red. Hex color #53200E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53200E is #ACDFF1. Grayscale: #2D2D2D. Windows color (decimal): -11329522 or 925779. OLE color: 925779.

HSL color Cylindrical-coordinate representation of color #53200E: hue angle of 15.65º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #53200E is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB833214-
CMYK00.610.830.67
HSL15.65º71.13%19.02%-
HSV(B)15.65º83.13%32.55%-
XYZ4.162.90.76-
YUV45.2110.4154.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 64.34%
GREEN value IS 32 (12.89% from 255) = 24.81%
BLUE value IS 14 (5.86% from 255) = 10.85%
R=64.34%
G=24.81%
B=10.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.83
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83321400.610.830.6715.6571.1319.02
Hex5320E03D5343104713
Octal12340160751231032010723
Binary1010011100000111001111011010011100001110000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53200E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53200E; }

 p { color: rgb(83,32,14); }

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

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

 a { background-color: rgb(83,32,14); }

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

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

 span { border-color: rgb(83,32,14); }

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