#52221B

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

Shades of Caput Mortuum #52221B

Tints of Caput Mortuum #52221B

Color information

#52221B (or 0x52221B) is unknown color: approx Caput Mortuum. HEX triplet: 52, 22 and 1B. RGB value is (82,34,27). Sum of RGB (Red+Green+Blue) = 82+34+27=143 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.34% from 143); Green value is 34 (13.67% from 255 or 23.78% from 143); Blue value is 27 (10.94% from 255 or 18.88% from 143); Max value from RGB is 82 - color contains mainly: red. Hex color #52221B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52221B is #ADDDE4. Grayscale: #2F2F2F. Windows color (decimal): -11394533 or 1778258. OLE color: 1778258.

HSL color Cylindrical-coordinate representation of color #52221B: hue angle of 7.64º 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 #52221B is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB823427-
CMYK00.590.670.68
HSL7.64º50.46%21.37%-
HSV(B)7.64º67.07%32.16%-
XYZ4.253.021.4-
YUV47.55116.4152.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 57.34%
GREEN value IS 34 (13.67% from 255) = 23.78%
BLUE value IS 27 (10.94% from 255) = 18.88%
R=57.34%
G=23.78%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82342700.590.670.687.6450.4621.37
Hex52221B03B434483215
Octal1224233073103104106225
Binary101001010001011011011101110000111000100100011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52221B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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