#842836

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

Shades of Shiraz #842836

Tints of Shiraz #842836

Color information

#842836 (or 0x842836) is unknown color: approx Shiraz. HEX triplet: 84, 28 and 36. RGB value is (132,40,54). Sum of RGB (Red+Green+Blue) = 132+40+54=226 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.41% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 54 (21.48% from 255 or 23.89% from 226); Max value from RGB is 132 - color contains mainly: red. Hex color #842836 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842836 is #7BD7C9. Grayscale: #454545. Windows color (decimal): -8116170 or 3549316. OLE color: 3549316.

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

Color convert

RGB1324054-
CMYK00.700.590.48
HSL350.87º53.49%33.73%-
HSV(B)350.87º69.7%51.76%-
XYZ10.946.694.2-
YUV69.1119.48172.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 58.41%
GREEN value IS 40 (16.02% from 255) = 17.70%
BLUE value IS 54 (21.48% from 255) = 23.89%
R=58.41%
G=17.70%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132405400.700.590.48350.8753.4933.73
Hex8428360463B3015f3522
Octal2045066010673605376542
Binary1000010010100011011001000110111011110000101011111110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842836; }

 p { color: rgb(132,40,54); }

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

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

 a { background-color: rgb(132,40,54); }

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

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

 span { border-color: rgb(132,40,54); }

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