#822038

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

Shades of Shiraz #822038

Tints of Shiraz #822038

Color information

#822038 (or 0x822038) is unknown color: approx Shiraz. HEX triplet: 82, 20 and 38. RGB value is (130,32,56). Sum of RGB (Red+Green+Blue) = 130+32+56=218 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.63% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 56 (22.27% from 255 or 25.69% from 218); Max value from RGB is 130 - color contains mainly: red. Hex color #822038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822038 is #7DDFC7. Grayscale: #404040. Windows color (decimal): -8249288 or 3678338. OLE color: 3678338.

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

Color convert

RGB1303256-
CMYK00.750.570.49
HSL345.31º60.49%31.76%-
HSV(B)345.31º75.38%50.98%-
XYZ10.446.064.36-
YUV64.04123.47175.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 59.63%
GREEN value IS 32 (12.89% from 255) = 14.68%
BLUE value IS 56 (22.27% from 255) = 25.69%
R=59.63%
G=14.68%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130325600.750.570.49345.3160.4931.76
Hex82203804B39311593c20
Octal2024070011371615317440
Binary1000001010000011100001001011111001110001101011001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822038; }

 p { color: rgb(130,32,56); }

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

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

 a { background-color: rgb(130,32,56); }

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

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

 span { border-color: rgb(130,32,56); }

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