#53201C

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

Shades of Caput Mortuum #53201C

Tints of Caput Mortuum #53201C

Color information

#53201C (or 0x53201C) is unknown color: approx Caput Mortuum. HEX triplet: 53, 20 and 1C. RGB value is (83,32,28). Sum of RGB (Red+Green+Blue) = 83+32+28=143 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.04% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 28 (11.33% from 255 or 19.58% from 143); Max value from RGB is 83 - color contains mainly: red. Hex color #53201C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53201C is #ACDFE3. Grayscale: #2E2E2E. Windows color (decimal): -11329508 or 1843283. OLE color: 1843283.

HSL color Cylindrical-coordinate representation of color #53201C: hue angle of 4.36º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53201C is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB833228-
CMYK00.610.660.67
HSL4.36º49.55%21.76%-
HSV(B)4.36º66.27%32.55%-
XYZ4.292.961.44-
YUV46.79117.4153.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.04%
GREEN value IS 32 (12.89% from 255) = 22.38%
BLUE value IS 28 (11.33% from 255) = 19.58%
R=58.04%
G=22.38%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83322800.610.660.674.3649.5521.76
Hex53201C03D424343216
Octal123403407510210346226
Binary10100111000001110001111011000010100001110011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53201C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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