#842536

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

Shades of Shiraz #842536

Tints of Shiraz #842536

Color information

#842536 (or 0x842536) is unknown color: approx Shiraz. HEX triplet: 84, 25 and 36. RGB value is (132,37,54). Sum of RGB (Red+Green+Blue) = 132+37+54=223 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.19% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 54 (21.48% from 255 or 24.22% from 223); Max value from RGB is 132 - color contains mainly: red. Hex color #842536 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842536 is #7BDAC9. Grayscale: #434343. Windows color (decimal): -8116938 or 3548548. OLE color: 3548548.

HSL color Cylindrical-coordinate representation of color #842536: hue angle of 349.26º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #842536 is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB1323754-
CMYK00.720.590.48
HSL349.26º56.21%33.14%-
HSV(B)349.26º71.97%51.76%-
XYZ10.846.54.17-
YUV67.34120.47174.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 59.19%
GREEN value IS 37 (14.84% from 255) = 16.59%
BLUE value IS 54 (21.48% from 255) = 24.22%
R=59.19%
G=16.59%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132375400.720.590.48349.2656.2133.14
Hex8425360483B3015d3821
Octal2044566011073605357041
Binary1000010010010111011001001000111011110000101011101111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842536; }

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

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

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

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

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

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

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

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