#52241D

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

Shades of Caput Mortuum #52241D

Tints of Caput Mortuum #52241D

Color information

#52241D (or 0x52241D) is unknown color: approx Caput Mortuum. HEX triplet: 52, 24 and 1D. RGB value is (82,36,29). Sum of RGB (Red+Green+Blue) = 82+36+29=147 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.78% from 147); Green value is 36 (14.45% from 255 or 24.49% from 147); Blue value is 29 (11.72% from 255 or 19.73% from 147); Max value from RGB is 82 - color contains mainly: red. Hex color #52241D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52241D is #ADDBE2. Grayscale: #313131. Windows color (decimal): -11394019 or 1909842. OLE color: 1909842.

HSL color Cylindrical-coordinate representation of color #52241D: hue angle of 7.92º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52241D is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB823629-
CMYK00.560.650.68
HSL7.92º47.75%21.76%-
HSV(B)7.92º64.63%32.16%-
XYZ4.333.141.54-
YUV48.96116.74151.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 55.78%
GREEN value IS 36 (14.45% from 255) = 24.49%
BLUE value IS 29 (11.72% from 255) = 19.73%
R=55.78%
G=24.49%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82362900.560.650.687.9247.7521.76
Hex52241D038414483016
Octal1224435070101104106026
Binary101001010010011101011100010000011000100100011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52241D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52241D; }

 p { color: rgb(82,36,29); }

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

<style>
 a { background-color: #52241D; }

 a { background-color: rgb(82,36,29); }

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

<style>
 span { border-color: #52241D; }

 span { border-color: rgb(82,36,29); }

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