#822D34

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

Shades of Shiraz #822D34

Tints of Shiraz #822D34

Color information

#822D34 (or 0x822D34) is unknown color: approx Shiraz. HEX triplet: 82, 2D and 34. RGB value is (130,45,52). Sum of RGB (Red+Green+Blue) = 130+45+52=227 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.27% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 52 (20.70% from 255 or 22.91% from 227); Max value from RGB is 130 - color contains mainly: red. Hex color #822D34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822D34 is #7DD2CB. Grayscale: #474747. Windows color (decimal): -8245964 or 3419522. OLE color: 3419522.

HSL color Cylindrical-coordinate representation of color #822D34: hue angle of 355.06º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #822D34 is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB1304552-
CMYK00.650.600.49
HSL355.06º48.57%34.31%-
HSV(B)355.06º65.38%50.98%-
XYZ10.766.874.01-
YUV71.21117.16169.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 57.27%
GREEN value IS 45 (17.97% from 255) = 19.82%
BLUE value IS 52 (20.70% from 255) = 22.91%
R=57.27%
G=19.82%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130455200.650.600.49355.0648.5734.31
Hex822D340413C311633122
Octal2025564010174615436142
Binary1000001010110111010001000001111100110001101100011110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822D34; }

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

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

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

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

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

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

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

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