#53200F

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

Shades of Caput Mortuum #53200F

Tints of Caput Mortuum #53200F

Color information

#53200F (or 0x53200F) is unknown color: approx Caput Mortuum. HEX triplet: 53, 20 and 0F. RGB value is (83,32,15). Sum of RGB (Red+Green+Blue) = 83+32+15=130 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.85% from 130); Green value is 32 (12.89% from 255 or 24.62% from 130); Blue value is 15 (6.25% from 255 or 11.54% from 130); Max value from RGB is 83 - color contains mainly: red. Hex color #53200F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53200F is #ACDFF0. Grayscale: #2D2D2D. Windows color (decimal): -11329521 or 991315. OLE color: 991315.

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

Color convert

RGB833215-
CMYK00.610.820.67
HSL15º69.39%19.22%-
HSV(B)15º81.93%32.55%-
XYZ4.172.910.79-
YUV45.31110.9154.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 63.85%
GREEN value IS 32 (12.89% from 255) = 24.62%
BLUE value IS 15 (6.25% from 255) = 11.54%
R=63.85%
G=24.62%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83321500.610.820.671569.3919.22
Hex5320F03D5243f4513
Octal12340170751221031710523
Binary101001110000011110111101101001010000111111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53200F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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