#842835

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

Shades of Shiraz #842835

Tints of Shiraz #842835

Color information

#842835 (or 0x842835) is unknown color: approx Shiraz. HEX triplet: 84, 28 and 35. RGB value is (132,40,53). Sum of RGB (Red+Green+Blue) = 132+40+53=225 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.67% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 132 - color contains mainly: red. Hex color #842835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842835 is #7BD7CA. Grayscale: #454545. Windows color (decimal): -8116171 or 3483780. OLE color: 3483780.

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

Color convert

RGB1324053-
CMYK00.700.600.48
HSL351.52º53.49%33.73%-
HSV(B)351.52º69.7%51.76%-
XYZ10.926.684.08-
YUV68.99118.98172.94-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 58.67%
GREEN value IS 40 (16.02% from 255) = 17.78%
BLUE value IS 53 (21.09% from 255) = 23.56%
R=58.67%
G=17.78%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.60
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132405300.700.600.48351.5253.4933.73
Hex8428350463C301603522
Octal2045065010674605406542
Binary1000010010100011010101000110111100110000101100000110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842835; }

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

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

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

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

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

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

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

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