#532D30

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

Shades of Heath #532D30

Tints of Heath #532D30

Color information

#532D30 (or 0x532D30) is unknown color: approx Heath. HEX triplet: 53, 2D and 30. RGB value is (83,45,48). Sum of RGB (Red+Green+Blue) = 83+45+48=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 45 (17.97% from 255 or 25.57% from 176); Blue value is 48 (19.14% from 255 or 27.27% from 176); Max value from RGB is 83 - color contains mainly: red. Hex color #532D30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532D30 is #ACD2CF. Grayscale: #383838. Windows color (decimal): -11326160 or 3157331. OLE color: 3157331.

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

Color convert

RGB834548-
CMYK00.460.420.67
HSL355.26º29.69%25.1%-
HSV(B)355.26º45.78%32.55%-
XYZ5.043.933.29-
YUV56.7123.09146.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.16%
GREEN value IS 45 (17.97% from 255) = 25.57%
BLUE value IS 48 (19.14% from 255) = 27.27%
R=47.16%
G=25.57%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83454800.460.420.67355.2629.6925.1
Hex532D3002E2A431631e19
Octal1235560056521035433631
Binary1010011101101110000010111010101010000111011000111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,45,48); }

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

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

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

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

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

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

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