#822434

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

Shades of Shiraz #822434

Tints of Shiraz #822434

Color information

#822434 (or 0x822434) is unknown color: approx Shiraz. HEX triplet: 82, 24 and 34. RGB value is (130,36,52). Sum of RGB (Red+Green+Blue) = 130+36+52=218 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.63% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 130 - color contains mainly: red. Hex color #822434 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822434 is #7DDBCB. Grayscale: #414141. Windows color (decimal): -8248268 or 3417218. OLE color: 3417218.

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

Color convert

RGB1303652-
CMYK00.720.600.49
HSL349.79º56.63%32.55%-
HSV(B)349.79º72.31%50.98%-
XYZ10.466.263.91-
YUV65.93120.14173.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 59.63%
GREEN value IS 36 (14.45% from 255) = 16.51%
BLUE value IS 52 (20.70% from 255) = 23.85%
R=59.63%
G=16.51%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130365200.720.600.49349.7956.6332.55
Hex8224340483C3115e3921
Octal2024464011074615367141
Binary1000001010010011010001001000111100110001101011110111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822434; }

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

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

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

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

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

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

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

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