#532F31

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

Shades of Heath #532F31

Tints of Heath #532F31

Color information

#532F31 (or 0x532F31) is unknown color: approx Heath. HEX triplet: 53, 2F and 31. RGB value is (83,47,49). Sum of RGB (Red+Green+Blue) = 83+47+49=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 47 (18.75% from 255 or 26.26% from 179); Blue value is 49 (19.53% from 255 or 27.37% from 179); Max value from RGB is 83 - color contains mainly: red. Hex color #532F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532F31 is #ACD0CE. Grayscale: #3A3A3A. Windows color (decimal): -11325647 or 3223379. OLE color: 3223379.

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

Color convert

RGB834749-
CMYK00.430.410.67
HSL356.67º27.69%25.49%-
HSV(B)356.67º43.37%32.55%-
XYZ5.144.093.43-
YUV57.99122.93145.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.37%
GREEN value IS 47 (18.75% from 255) = 26.26%
BLUE value IS 49 (19.53% from 255) = 27.37%
R=46.37%
G=26.26%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83474900.430.410.67356.6727.6925.49
Hex532F3102B29431651c19
Octal1235761053511035453431
Binary1010011101111110001010101110100110000111011001011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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