#52231C

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

Shades of Caput Mortuum #52231C

Tints of Caput Mortuum #52231C

Color information

#52231C (or 0x52231C) is unknown color: approx Caput Mortuum. HEX triplet: 52, 23 and 1C. RGB value is (82,35,28). Sum of RGB (Red+Green+Blue) = 82+35+28=145 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.55% from 145); Green value is 35 (14.06% from 255 or 24.14% from 145); Blue value is 28 (11.33% from 255 or 19.31% from 145); Max value from RGB is 82 - color contains mainly: red. Hex color #52231C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52231C is #ADDCE3. Grayscale: #303030. Windows color (decimal): -11394276 or 1844050. OLE color: 1844050.

HSL color Cylindrical-coordinate representation of color #52231C: hue angle of 7.78º 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 #52231C is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.68.

Color convert

RGB823528-
CMYK00.570.660.68
HSL7.78º49.09%21.57%-
HSV(B)7.78º65.85%32.16%-
XYZ4.293.081.47-
YUV48.26116.57152.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 56.55%
GREEN value IS 35 (14.06% from 255) = 24.14%
BLUE value IS 28 (11.33% from 255) = 19.31%
R=56.55%
G=24.14%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.66
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82352800.570.660.687.7849.0921.57
Hex52231C039424483116
Octal1224334071102104106126
Binary101001010001111100011100110000101000100100011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52231C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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