#842B34

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

Shades of Shiraz #842B34

Tints of Shiraz #842B34

Color information

#842B34 (or 0x842B34) is unknown color: approx Shiraz. HEX triplet: 84, 2B and 34. RGB value is (132,43,52). Sum of RGB (Red+Green+Blue) = 132+43+52=227 (30% of max value = 765). Red value is 132 (51.95% from 255 or 58.15% from 227); Green value is 43 (17.19% from 255 or 18.94% from 227); Blue value is 52 (20.70% from 255 or 22.91% from 227); Max value from RGB is 132 - color contains mainly: red. Hex color #842B34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842B34 is #7BD4CB. Grayscale: #464646. Windows color (decimal): -8115404 or 3419012. OLE color: 3419012.

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

Color convert

RGB1324352-
CMYK00.670.610.48
HSL353.93º50.86%34.31%-
HSV(B)353.93º67.42%51.76%-
XYZ116.884-
YUV70.64117.49171.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 58.15%
GREEN value IS 43 (17.19% from 255) = 18.94%
BLUE value IS 52 (20.70% from 255) = 22.91%
R=58.15%
G=18.94%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132435200.670.610.48353.9350.8634.31
Hex842B340433D301623322
Octal2045364010375605426342
Binary1000010010101111010001000011111101110000101100010110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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