#842A33

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

Shades of Shiraz #842A33

Tints of Shiraz #842A33

Color information

#842A33 (or 0x842A33) is unknown color: approx Shiraz. HEX triplet: 84, 2A and 33. RGB value is (132,42,51). Sum of RGB (Red+Green+Blue) = 132+42+51=225 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.67% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 51 (20.31% from 255 or 22.67% from 225); Max value from RGB is 132 - color contains mainly: red. Hex color #842A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842A33 is #7BD5CC. Grayscale: #454545. Windows color (decimal): -8115661 or 3353220. OLE color: 3353220.

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

Color convert

RGB1324251-
CMYK00.680.610.48
HSL354º51.72%34.12%-
HSV(B)354º68.18%51.76%-
XYZ10.946.83.87-
YUV69.94117.32172.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 58.67%
GREEN value IS 42 (16.80% from 255) = 18.67%
BLUE value IS 51 (20.31% from 255) = 22.67%
R=58.67%
G=18.67%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132425100.680.610.4835451.7234.12
Hex842A330443D301623422
Octal2045263010475605426442
Binary1000010010101011001101000100111101110000101100010110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842A33; }

 p { color: rgb(132,42,51); }

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

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

 a { background-color: rgb(132,42,51); }

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

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

 span { border-color: rgb(132,42,51); }

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