#842A37

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

Shades of Shiraz #842A37

Tints of Shiraz #842A37

Color information

#842A37 (or 0x842A37) is unknown color: approx Shiraz. HEX triplet: 84, 2A and 37. RGB value is (132,42,55). Sum of RGB (Red+Green+Blue) = 132+42+55=229 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.64% from 229); Green value is 42 (16.80% from 255 or 18.34% from 229); Blue value is 55 (21.88% from 255 or 24.02% from 229); Max value from RGB is 132 - color contains mainly: red. Hex color #842A37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842A37 is #7BD5C8. Grayscale: #464646. Windows color (decimal): -8115657 or 3615364. OLE color: 3615364.

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

Color convert

RGB1324255-
CMYK00.680.580.48
HSL351.33º51.72%34.12%-
HSV(B)351.33º68.18%51.76%-
XYZ11.036.844.35-
YUV70.39119.32171.94-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 57.64%
GREEN value IS 42 (16.80% from 255) = 18.34%
BLUE value IS 55 (21.88% from 255) = 24.02%
R=57.64%
G=18.34%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132425500.680.580.48351.3351.7234.12
Hex842A370443A3015f3422
Octal2045267010472605376442
Binary1000010010101011011101000100111010110000101011111110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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