#822136

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

Shades of Shiraz #822136

Tints of Shiraz #822136

Color information

#822136 (or 0x822136) is unknown color: approx Shiraz. HEX triplet: 82, 21 and 36. RGB value is (130,33,54). Sum of RGB (Red+Green+Blue) = 130+33+54=217 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.91% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 54 (21.48% from 255 or 24.88% from 217); Max value from RGB is 130 - color contains mainly: red. Hex color #822136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822136 is #7DDEC9. Grayscale: #404040. Windows color (decimal): -8249034 or 3547522. OLE color: 3547522.

HSL color Cylindrical-coordinate representation of color #822136: hue angle of 347.01º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #822136 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB1303354-
CMYK00.750.580.49
HSL347.01º59.51%31.96%-
HSV(B)347.01º74.62%50.98%-
XYZ10.426.14.12-
YUV64.4122.14174.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 59.91%
GREEN value IS 33 (13.28% from 255) = 15.21%
BLUE value IS 54 (21.48% from 255) = 24.88%
R=59.91%
G=15.21%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130335400.750.580.49347.0159.5131.96
Hex82213604B3A3115b3c20
Octal2024166011372615337440
Binary1000001010000111011001001011111010110001101011011111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822136; }

 p { color: rgb(130,33,54); }

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

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

 a { background-color: rgb(130,33,54); }

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

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

 span { border-color: rgb(130,33,54); }

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