#842931

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

Shades of Shiraz #842931

Tints of Shiraz #842931

Color information

#842931 (or 0x842931) is unknown color: approx Shiraz. HEX triplet: 84, 29 and 31. RGB value is (132,41,49). Sum of RGB (Red+Green+Blue) = 132+41+49=222 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.46% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 49 (19.53% from 255 or 22.07% from 222); Max value from RGB is 132 - color contains mainly: red. Hex color #842931 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842931 is #7BD6CE. Grayscale: #454545. Windows color (decimal): -8115919 or 3221892. OLE color: 3221892.

HSL color Cylindrical-coordinate representation of color #842931: hue angle of 354.73º 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 #842931 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB1324149-
CMYK00.690.630.48
HSL354.73º52.6%33.92%-
HSV(B)354.73º68.94%51.76%-
XYZ10.866.713.63-
YUV69.12116.65172.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 59.46%
GREEN value IS 41 (16.41% from 255) = 18.47%
BLUE value IS 49 (19.53% from 255) = 22.07%
R=59.46%
G=18.47%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132414900.690.630.48354.7352.633.92
Hex8429310453F301633522
Octal2045161010577605436542
Binary1000010010100111000101000101111111110000101100011110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842931; }

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

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

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

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

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

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

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

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