#842332

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

Shades of Shiraz #842332

Tints of Shiraz #842332

Color information

#842332 (or 0x842332) is unknown color: approx Shiraz. HEX triplet: 84, 23 and 32. RGB value is (132,35,50). Sum of RGB (Red+Green+Blue) = 132+35+50=217 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.83% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 132 - color contains mainly: red. Hex color #842332 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842332 is #7BDCCD. Grayscale: #414141. Windows color (decimal): -8117454 or 3285892. OLE color: 3285892.

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

Color convert

RGB1323550-
CMYK00.730.620.48
HSL350.72º58.08%32.75%-
HSV(B)350.72º73.48%51.76%-
XYZ10.696.343.68-
YUV65.71119.14175.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 60.83%
GREEN value IS 35 (14.06% from 255) = 16.13%
BLUE value IS 50 (19.92% from 255) = 23.04%
R=60.83%
G=16.13%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132355000.730.620.48350.7258.0832.75
Hex8423320493E3015f3a21
Octal2044362011176605377241
Binary1000010010001111001001001001111110110000101011111111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842332; }

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

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

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

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

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

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

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

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