#842932

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

Shades of Shiraz #842932

Tints of Shiraz #842932

Color information

#842932 (or 0x842932) is unknown color: approx Shiraz. HEX triplet: 84, 29 and 32. RGB value is (132,41,50). Sum of RGB (Red+Green+Blue) = 132+41+50=223 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.19% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 50 (19.92% from 255 or 22.42% from 223); Max value from RGB is 132 - color contains mainly: red. Hex color #842932 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842932 is #7BD6CD. Grayscale: #454545. Windows color (decimal): -8115918 or 3287428. OLE color: 3287428.

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

Color convert

RGB1324150-
CMYK00.690.620.48
HSL354.07º52.6%33.92%-
HSV(B)354.07º68.94%51.76%-
XYZ10.886.723.74-
YUV69.24117.15172.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 59.19%
GREEN value IS 41 (16.41% from 255) = 18.39%
BLUE value IS 50 (19.92% from 255) = 22.42%
R=59.19%
G=18.39%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132415000.690.620.48354.0752.633.92
Hex8429320453E301623522
Octal2045162010576605426542
Binary1000010010100111001001000101111110110000101100010110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842932; }

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

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

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

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

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

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

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

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