#52281B

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

Shades of Caput Mortuum #52281B

Tints of Caput Mortuum #52281B

Color information

#52281B (or 0x52281B) is unknown color: approx Caput Mortuum. HEX triplet: 52, 28 and 1B. RGB value is (82,40,27). Sum of RGB (Red+Green+Blue) = 82+40+27=149 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.03% from 149); Green value is 40 (16.02% from 255 or 26.85% from 149); Blue value is 27 (10.94% from 255 or 18.12% from 149); Max value from RGB is 82 - color contains mainly: red. Hex color #52281B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52281B is #ADD7E4. Grayscale: #333333. Windows color (decimal): -11392997 or 1779794. OLE color: 1779794.

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

Color convert

RGB824027-
CMYK00.510.670.68
HSL14.18º50.46%21.37%-
HSV(B)14.18º67.07%32.16%-
XYZ4.443.391.46-
YUV51.08114.41150.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 55.03%
GREEN value IS 40 (16.02% from 255) = 26.85%
BLUE value IS 27 (10.94% from 255) = 18.12%
R=55.03%
G=26.85%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82402700.510.670.6814.1850.4621.37
Hex52281B0334344e3215
Octal1225033063103104166225
Binary101001010100011011011001110000111000100111011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52281B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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