#842A34

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

Shades of Shiraz #842A34

Tints of Shiraz #842A34

Color information

#842A34 (or 0x842A34) is unknown color: approx Shiraz. HEX triplet: 84, 2A and 34. RGB value is (132,42,52). Sum of RGB (Red+Green+Blue) = 132+42+52=226 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.41% from 226); Green value is 42 (16.80% from 255 or 18.58% from 226); Blue value is 52 (20.70% from 255 or 23.01% from 226); Max value from RGB is 132 - color contains mainly: red. Hex color #842A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842A34 is #7BD5CB. Grayscale: #464646. Windows color (decimal): -8115660 or 3418756. OLE color: 3418756.

HSL color Cylindrical-coordinate representation of color #842A34: hue angle of 353.33º 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 #842A34 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB1324252-
CMYK00.680.610.48
HSL353.33º51.72%34.12%-
HSV(B)353.33º68.18%51.76%-
XYZ10.966.813.99-
YUV70.05117.82172.19-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 58.41%
GREEN value IS 42 (16.80% from 255) = 18.58%
BLUE value IS 52 (20.70% from 255) = 23.01%
R=58.41%
G=18.58%
B=23.01%

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
Decimal132425200.680.610.48353.3351.7234.12
Hex842A340443D301613422
Octal2045264010475605416442
Binary1000010010101011010001000100111101110000101100001110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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