#822435

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

Shades of Shiraz #822435

Tints of Shiraz #822435

Color information

#822435 (or 0x822435) is unknown color: approx Shiraz. HEX triplet: 82, 24 and 35. RGB value is (130,36,53). Sum of RGB (Red+Green+Blue) = 130+36+53=219 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.36% from 219); Green value is 36 (14.45% from 255 or 16.44% from 219); Blue value is 53 (21.09% from 255 or 24.20% from 219); Max value from RGB is 130 - color contains mainly: red. Hex color #822435 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822435 is #7DDBCA. Grayscale: #424242. Windows color (decimal): -8248267 or 3482754. OLE color: 3482754.

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

Color convert

RGB1303653-
CMYK00.720.590.49
HSL349.15º56.63%32.55%-
HSV(B)349.15º72.31%50.98%-
XYZ10.486.264.03-
YUV66.04120.64173.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 59.36%
GREEN value IS 36 (14.45% from 255) = 16.44%
BLUE value IS 53 (21.09% from 255) = 24.20%
R=59.36%
G=16.44%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130365300.720.590.49349.1556.6332.55
Hex8224350483B3115d3921
Octal2024465011073615357141
Binary1000001010010011010101001000111011110001101011101111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822435; }

 p { color: rgb(130,36,53); }

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

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

 a { background-color: rgb(130,36,53); }

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

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

 span { border-color: rgb(130,36,53); }

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