#842535

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

Shades of Shiraz #842535

Tints of Shiraz #842535

Color information

#842535 (or 0x842535) is unknown color: approx Shiraz. HEX triplet: 84, 25 and 35. RGB value is (132,37,53). Sum of RGB (Red+Green+Blue) = 132+37+53=222 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.46% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 53 (21.09% from 255 or 23.87% from 222); Max value from RGB is 132 - color contains mainly: red. Hex color #842535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842535 is #7BDACA. Grayscale: #434343. Windows color (decimal): -8116939 or 3483012. OLE color: 3483012.

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

Color convert

RGB1323753-
CMYK00.720.600.48
HSL349.89º56.21%33.14%-
HSV(B)349.89º71.97%51.76%-
XYZ10.826.494.05-
YUV67.23119.97174.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 59.46%
GREEN value IS 37 (14.84% from 255) = 16.67%
BLUE value IS 53 (21.09% from 255) = 23.87%
R=59.46%
G=16.67%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.60
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132375300.720.600.48349.8956.2133.14
Hex8425350483C3015e3821
Octal2044565011074605367041
Binary1000010010010111010101001000111100110000101011110111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842535; }

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

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

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

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

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

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

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

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