#532626

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

Shades of Caput Mortuum #532626

Tints of Caput Mortuum #532626

Color information

#532626 (or 0x532626) is unknown color: approx Caput Mortuum. HEX triplet: 53, 26 and 26. RGB value is (83,38,38). Sum of RGB (Red+Green+Blue) = 83+38+38=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 38 (15.23% from 255 or 23.90% from 159); Blue value is 38 (15.23% from 255 or 23.90% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #532626 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532626 is #ACD9D9. Grayscale: #333333. Windows color (decimal): -11327962 or 2500179. OLE color: 2500179.

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

Color convert

RGB833838-
CMYK00.540.540.67
HSL37.19%23.73%-
HSV(B)54.22%32.55%-
XYZ4.613.372.24-
YUV51.46120.41150.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.20%
GREEN value IS 38 (15.23% from 255) = 23.90%
BLUE value IS 38 (15.23% from 255) = 23.90%
R=52.20%
G=23.90%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83383800.540.540.67037.1923.73
Hex532626036364302518
Octal12346460666610304530
Binary101001110011010011001101101101101000011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532626; }

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

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

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

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

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

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

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

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