#822538

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

Shades of Shiraz #822538

Tints of Shiraz #822538

Color information

#822538 (or 0x822538) is unknown color: approx Shiraz. HEX triplet: 82, 25 and 38. RGB value is (130,37,56). Sum of RGB (Red+Green+Blue) = 130+37+56=223 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.30% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 56 (22.27% from 255 or 25.11% from 223); Max value from RGB is 130 - color contains mainly: red. Hex color #822538 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822538 is #7DDAC7. Grayscale: #424242. Windows color (decimal): -8248008 or 3679618. OLE color: 3679618.

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

Color convert

RGB1303756-
CMYK00.720.570.49
HSL347.74º55.69%32.75%-
HSV(B)347.74º71.54%50.98%-
XYZ10.586.354.41-
YUV66.97121.81172.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 58.30%
GREEN value IS 37 (14.84% from 255) = 16.59%
BLUE value IS 56 (22.27% from 255) = 25.11%
R=58.30%
G=16.59%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130375600.720.570.49347.7455.6932.75
Hex822538048393115c3821
Octal2024570011071615347041
Binary1000001010010111100001001000111001110001101011100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822538; }

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

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

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

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

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

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

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

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