#522626

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

Shades of Caput Mortuum #522626

Tints of Caput Mortuum #522626

Color information

#522626 (or 0x522626) is unknown color: approx Caput Mortuum. HEX triplet: 52, 26 and 26. RGB value is (82,38,38). Sum of RGB (Red+Green+Blue) = 82+38+38=158 (20% of max value = 765). Red value is 82 (32.42% from 255 or 51.90% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 38 (15.23% from 255 or 24.05% from 158); Max value from RGB is 82 - color contains mainly: red. Hex color #522626 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522626 is #ADD9D9. Grayscale: #333333. Windows color (decimal): -11393498 or 2500178. OLE color: 2500178.

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

Color convert

RGB823838-
CMYK00.540.540.68
HSL36.67%23.53%-
HSV(B)53.66%32.16%-
XYZ4.523.322.24-
YUV51.16120.58150-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 51.90%
GREEN value IS 38 (15.23% from 255) = 24.05%
BLUE value IS 38 (15.23% from 255) = 24.05%
R=51.90%
G=24.05%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82383800.540.540.68036.6723.53
Hex522626036364402518
Octal12246460666610404530
Binary101001010011010011001101101101101000100010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522626; }

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

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

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

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

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

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

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

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