#842531

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

Shades of Shiraz #842531

Tints of Shiraz #842531

Color information

#842531 (or 0x842531) is unknown color: approx Shiraz. HEX triplet: 84, 25 and 31. RGB value is (132,37,49). Sum of RGB (Red+Green+Blue) = 132+37+49=218 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.55% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 132 - color contains mainly: red. Hex color #842531 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842531 is #7BDACE. Grayscale: #424242. Windows color (decimal): -8116943 or 3220868. OLE color: 3220868.

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

Color convert

RGB1323749-
CMYK00.720.630.48
HSL352.42º56.21%33.14%-
HSV(B)352.42º71.97%51.76%-
XYZ10.736.453.59-
YUV66.77117.97174.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 60.55%
GREEN value IS 37 (14.84% from 255) = 16.97%
BLUE value IS 49 (19.53% from 255) = 22.48%
R=60.55%
G=16.97%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132374900.720.630.48352.4256.2133.14
Hex8425310483F301603821
Octal2044561011077605407041
Binary1000010010010111000101001000111111110000101100000111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842531; }

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

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

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

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

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

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

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

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