#522525

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

Shades of Caput Mortuum #522525

Tints of Caput Mortuum #522525

Color information

#522525 (or 0x522525) is unknown color: approx Caput Mortuum. HEX triplet: 52, 25 and 25. RGB value is (82,37,37). Sum of RGB (Red+Green+Blue) = 82+37+37=156 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.56% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 82 - color contains mainly: red. Hex color #522525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522525 is #ADDADA. Grayscale: #323232. Windows color (decimal): -11393755 or 2434386. OLE color: 2434386.

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

Color convert

RGB823737-
CMYK00.550.550.68
HSL37.82%23.33%-
HSV(B)54.88%32.16%-
XYZ4.483.252.14-
YUV50.46120.41150.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 52.56%
GREEN value IS 37 (14.84% from 255) = 23.72%
BLUE value IS 37 (14.84% from 255) = 23.72%
R=52.56%
G=23.72%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82373700.550.550.68037.8223.33
Hex522525037374402617
Octal12245450676710404627
Binary101001010010110010101101111101111000100010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522525; }

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

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

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

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

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

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

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

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