#532218

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

Shades of Caput Mortuum #532218

Tints of Caput Mortuum #532218

Color information

#532218 (or 0x532218) is unknown color: approx Caput Mortuum. HEX triplet: 53, 22 and 18. RGB value is (83,34,24). Sum of RGB (Red+Green+Blue) = 83+34+24=141 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.87% from 141); Green value is 34 (13.67% from 255 or 24.11% from 141); Blue value is 24 (9.77% from 255 or 17.02% from 141); Max value from RGB is 83 - color contains mainly: red. Hex color #532218 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532218 is #ACDDE7. Grayscale: #2F2F2F. Windows color (decimal): -11329000 or 1581651. OLE color: 1581651.

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

Color convert

RGB833424-
CMYK00.590.710.67
HSL10.17º55.14%20.98%-
HSV(B)10.17º71.08%32.55%-
XYZ4.33.051.23-
YUV47.51114.73153.31-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.87%
GREEN value IS 34 (13.67% from 255) = 24.11%
BLUE value IS 24 (9.77% from 255) = 17.02%
R=58.87%
G=24.11%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83342400.590.710.6710.1755.1420.98
Hex53221803B4743a3715
Octal1234230073107103126725
Binary101001110001011000011101110001111000011101011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532218; }

 p { color: rgb(83,34,24); }

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

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

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

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

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

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

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