#822C34

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

Shades of Shiraz #822C34

Tints of Shiraz #822C34

Color information

#822C34 (or 0x822C34) is unknown color: approx Shiraz. HEX triplet: 82, 2C and 34. RGB value is (130,44,52). Sum of RGB (Red+Green+Blue) = 130+44+52=226 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.52% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 52 (20.70% from 255 or 23.01% from 226); Max value from RGB is 130 - color contains mainly: red. Hex color #822C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822C34 is #7DD3CB. Grayscale: #464646. Windows color (decimal): -8246220 or 3419266. OLE color: 3419266.

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

Color convert

RGB1304452-
CMYK00.660.600.49
HSL354.42º49.43%34.12%-
HSV(B)354.42º66.15%50.98%-
XYZ10.736.84-
YUV70.63117.49170.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 57.52%
GREEN value IS 44 (17.58% from 255) = 19.47%
BLUE value IS 52 (20.70% from 255) = 23.01%
R=57.52%
G=19.47%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130445200.660.600.49354.4249.4334.12
Hex822C340423C311623122
Octal2025464010274615426142
Binary1000001010110011010001000010111100110001101100010110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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