#842C37

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

Shades of Shiraz #842C37

Tints of Shiraz #842C37

Color information

#842C37 (or 0x842C37) is unknown color: approx Shiraz. HEX triplet: 84, 2C and 37. RGB value is (132,44,55). Sum of RGB (Red+Green+Blue) = 132+44+55=231 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.14% from 231); Green value is 44 (17.58% from 255 or 19.05% from 231); Blue value is 55 (21.88% from 255 or 23.81% from 231); Max value from RGB is 132 - color contains mainly: red. Hex color #842C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842C37 is #7BD3C8. Grayscale: #474747. Windows color (decimal): -8115145 or 3615876. OLE color: 3615876.

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

Color convert

RGB1324455-
CMYK00.670.580.48
HSL352.5º50%34.51%-
HSV(B)352.5º66.67%51.76%-
XYZ11.116.984.38-
YUV71.57118.65171.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 57.14%
GREEN value IS 44 (17.58% from 255) = 19.05%
BLUE value IS 55 (21.88% from 255) = 23.81%
R=57.14%
G=19.05%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132445500.670.580.48352.55034.51
Hex842C370433A301603223
Octal2045467010372605406243
Binary1000010010110011011101000011111010110000101100000110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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