#532E31

Color #532E31 Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heath #532E31

Tints of Heath #532E31

Color information

#532E31 (or 0x532E31) is unknown color: approx Heath. HEX triplet: 53, 2E and 31. RGB value is (83,46,49). Sum of RGB (Red+Green+Blue) = 83+46+49=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 46 (18.36% from 255 or 25.84% from 178); Blue value is 49 (19.53% from 255 or 27.53% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #532E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532E31 is #ACD1CE. Grayscale: #393939. Windows color (decimal): -11325903 or 3223123. OLE color: 3223123.

HSL color Cylindrical-coordinate representation of color #532E31: hue angle of 355.14º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #532E31 is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB834649-
CMYK00.450.410.67
HSL355.14º28.68%25.29%-
HSV(B)355.14º44.58%32.55%-
XYZ5.14.013.41-
YUV57.4123.26146.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.63%
GREEN value IS 46 (18.36% from 255) = 25.84%
BLUE value IS 49 (19.53% from 255) = 27.53%
R=46.63%
G=25.84%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83464900.450.410.67355.1428.6825.29
Hex532E3102D29431631d19
Octal1235661055511035433531
Binary1010011101110110001010110110100110000111011000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532E31; }

 p { color: rgb(83,46,49); }

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

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

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

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

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

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

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