#53201A

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

Shades of Caput Mortuum #53201A

Tints of Caput Mortuum #53201A

Color information

#53201A (or 0x53201A) is unknown color: approx Caput Mortuum. HEX triplet: 53, 20 and 1A. RGB value is (83,32,26). Sum of RGB (Red+Green+Blue) = 83+32+26=141 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.87% from 141); Green value is 32 (12.89% from 255 or 22.70% from 141); Blue value is 26 (10.55% from 255 or 18.44% from 141); Max value from RGB is 83 - color contains mainly: red. Hex color #53201A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53201A is #ACDFE5. Grayscale: #2E2E2E. Windows color (decimal): -11329510 or 1712211. OLE color: 1712211.

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

Color convert

RGB833226-
CMYK00.610.690.67
HSL6.32º52.29%21.37%-
HSV(B)6.32º68.67%32.55%-
XYZ4.272.951.32-
YUV46.56116.4153.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.87%
GREEN value IS 32 (12.89% from 255) = 22.70%
BLUE value IS 26 (10.55% from 255) = 18.44%
R=58.87%
G=22.70%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83322600.610.690.676.3252.2921.37
Hex53201A03D454363415
Octal123403207510510366425
Binary10100111000001101001111011000101100001111011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53201A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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