#822938

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

Shades of Shiraz #822938

Tints of Shiraz #822938

Color information

#822938 (or 0x822938) is unknown color: approx Shiraz. HEX triplet: 82, 29 and 38. RGB value is (130,41,56). Sum of RGB (Red+Green+Blue) = 130+41+56=227 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.27% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 56 (22.27% from 255 or 24.67% from 227); Max value from RGB is 130 - color contains mainly: red. Hex color #822938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822938 is #7DD6C7. Grayscale: #454545. Windows color (decimal): -8246984 or 3680642. OLE color: 3680642.

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

Color convert

RGB1304156-
CMYK00.680.570.49
HSL349.89º52.05%33.53%-
HSV(B)349.89º68.46%50.98%-
XYZ10.716.624.45-
YUV69.32120.49171.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 57.27%
GREEN value IS 41 (16.41% from 255) = 18.06%
BLUE value IS 56 (22.27% from 255) = 24.67%
R=57.27%
G=18.06%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130415600.680.570.49349.8952.0533.53
Hex822938044393115e3422
Octal2025170010471615366442
Binary1000001010100111100001000100111001110001101011110110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822938; }

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

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

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

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

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

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

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

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