#842937

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

Shades of Shiraz #842937

Tints of Shiraz #842937

Color information

#842937 (or 0x842937) is unknown color: approx Shiraz. HEX triplet: 84, 29 and 37. RGB value is (132,41,55). Sum of RGB (Red+Green+Blue) = 132+41+55=228 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.89% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 55 (21.88% from 255 or 24.12% from 228); Max value from RGB is 132 - color contains mainly: red. Hex color #842937 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842937 is #7BD6C8. Grayscale: #454545. Windows color (decimal): -8115913 or 3615108. OLE color: 3615108.

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

Color convert

RGB1324155-
CMYK00.690.580.48
HSL350.77º52.6%33.92%-
HSV(B)350.77º68.94%51.76%-
XYZ116.774.34-
YUV69.8119.65172.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 57.89%
GREEN value IS 41 (16.41% from 255) = 17.98%
BLUE value IS 55 (21.88% from 255) = 24.12%
R=57.89%
G=17.98%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132415500.690.580.48350.7752.633.92
Hex8429370453A3015f3522
Octal2045167010572605376542
Binary1000010010100111011101000101111010110000101011111110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842937; }

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

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

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

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

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

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

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

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