#842532

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

Shades of Shiraz #842532

Tints of Shiraz #842532

Color information

#842532 (or 0x842532) is unknown color: approx Shiraz. HEX triplet: 84, 25 and 32. RGB value is (132,37,50). Sum of RGB (Red+Green+Blue) = 132+37+50=219 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60.27% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 50 (19.92% from 255 or 22.83% from 219); Max value from RGB is 132 - color contains mainly: red. Hex color #842532 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842532 is #7BDACD. Grayscale: #424242. Windows color (decimal): -8116942 or 3286404. OLE color: 3286404.

HSL color Cylindrical-coordinate representation of color #842532: hue angle of 351.79º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #842532 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB1323750-
CMYK00.720.620.48
HSL351.79º56.21%33.14%-
HSV(B)351.79º71.97%51.76%-
XYZ10.756.463.7-
YUV66.89118.47174.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 60.27%
GREEN value IS 37 (14.84% from 255) = 16.89%
BLUE value IS 50 (19.92% from 255) = 22.83%
R=60.27%
G=16.89%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132375000.720.620.48351.7956.2133.14
Hex8425320483E301603821
Octal2044562011076605407041
Binary1000010010010111001001001000111110110000101100000111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842532; }

 p { color: rgb(132,37,50); }

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

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

 a { background-color: rgb(132,37,50); }

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

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

 span { border-color: rgb(132,37,50); }

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