#52251C

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

Shades of Caput Mortuum #52251C

Tints of Caput Mortuum #52251C

Color information

#52251C (or 0x52251C) is unknown color: approx Caput Mortuum. HEX triplet: 52, 25 and 1C. RGB value is (82,37,28). Sum of RGB (Red+Green+Blue) = 82+37+28=147 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.78% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 28 (11.33% from 255 or 19.05% from 147); Max value from RGB is 82 - color contains mainly: red. Hex color #52251C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52251C is #ADDAE3. Grayscale: #313131. Windows color (decimal): -11393764 or 1844562. OLE color: 1844562.

HSL color Cylindrical-coordinate representation of color #52251C: hue angle of 10º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52251C is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.68.

Color convert

RGB823728-
CMYK00.550.660.68
HSL10º49.09%21.57%-
HSV(B)10º65.85%32.16%-
XYZ4.353.21.49-
YUV49.43115.91151.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 55.78%
GREEN value IS 37 (14.84% from 255) = 25.17%
BLUE value IS 28 (11.33% from 255) = 19.05%
R=55.78%
G=25.17%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.66
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82372800.550.660.681049.0921.57
Hex52251C0374244a3116
Octal1224534067102104126126
Binary101001010010111100011011110000101000100101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,37,28); }

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

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

 a { background-color: rgb(82,37,28); }

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

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

 span { border-color: rgb(82,37,28); }

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