#842E37

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

Shades of Shiraz #842E37

Tints of Shiraz #842E37

Color information

#842E37 (or 0x842E37) is unknown color: approx Shiraz. HEX triplet: 84, 2E and 37. RGB value is (132,46,55). Sum of RGB (Red+Green+Blue) = 132+46+55=233 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.65% from 233); Green value is 46 (18.36% from 255 or 19.74% from 233); Blue value is 55 (21.88% from 255 or 23.61% from 233); Max value from RGB is 132 - color contains mainly: red. Hex color #842E37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842E37 is #7BD1C8. Grayscale: #484848. Windows color (decimal): -8114633 or 3616388. OLE color: 3616388.

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

Color convert

RGB1324655-
CMYK00.650.580.48
HSL353.72º48.31%34.9%-
HSV(B)353.72º65.15%51.76%-
XYZ11.187.144.4-
YUV72.74117.99170.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 56.65%
GREEN value IS 46 (18.36% from 255) = 19.74%
BLUE value IS 55 (21.88% from 255) = 23.61%
R=56.65%
G=19.74%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132465500.650.580.48353.7248.3134.9
Hex842E370413A301623023
Octal2045667010172605426043
Binary1000010010111011011101000001111010110000101100010110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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