#52201B

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

Shades of Caput Mortuum #52201B

Tints of Caput Mortuum #52201B

Color information

#52201B (or 0x52201B) is unknown color: approx Caput Mortuum. HEX triplet: 52, 20 and 1B. RGB value is (82,32,27). Sum of RGB (Red+Green+Blue) = 82+32+27=141 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.16% from 141); Green value is 32 (12.89% from 255 or 22.70% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 82 - color contains mainly: red. Hex color #52201B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52201B is #ADDFE4. Grayscale: #2E2E2E. Windows color (decimal): -11395045 or 1777746. OLE color: 1777746.

HSL color Cylindrical-coordinate representation of color #52201B: hue angle of 5.45º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52201B is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB823227-
CMYK00.610.670.68
HSL5.45º50.46%21.37%-
HSV(B)5.45º67.07%32.16%-
XYZ4.192.911.38-
YUV46.38117.06153.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 58.16%
GREEN value IS 32 (12.89% from 255) = 22.70%
BLUE value IS 27 (10.94% from 255) = 19.15%
R=58.16%
G=22.70%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82322700.610.670.685.4550.4621.37
Hex52201B03D434453215
Octal122403307510310456225
Binary10100101000001101101111011000011100010010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52201B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,32,27); }

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

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

 a { background-color: rgb(82,32,27); }

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

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

 span { border-color: rgb(82,32,27); }

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