Html Css Color HEX #822931 Shiraz

📋 copy color: '#822931'

red 130 ◦ green 41 ◦ blue 49

#822931
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shiraz #822931

Tints of Shiraz #822931

RGB

 RED value IS 130 (51.17% from 255) = 59.09%

 GREEN value IS 41 (16.41% from 255) = 18.64%

 BLUE value IS 49 (19.53% from 255) = 22.27%

R = 59.09%
G = 18.64%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#822931 (or 0x822931) is known color: Shiraz. HEX triplet: 82, 29 and 31. RGB value is (130,41,49). Sum of RGB (Red+Green+Blue) = 130+41+49=220 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.09% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 49 (19.53% from 255 or 22.27% from 220); Max value from RGB is 130 - color contains mainly: red. Hex color #822931 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822931 is #7DD6CE. Grayscale: #444444. Windows color (decimal): -8246991 or 3221890. OLE color: 3221890.

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

Color convert

RGB 130 41 49 -
CMYK 0 0.68 0.62 0.49
HSL 354.61º 0.52% 0.34% -
HSV(B) 354.61º 0.68% 0.51% -
XYZ 10.55 6.55 3.61 -
YUV 68.52 116.99 171.85 -
System Red Green Blue C M Y K H S L
Decimal 130 41 49 0 0.68 0.62 0.49 354.61 0.52 0.34
Hex 82 29 31 0 44 3E 31 163 34 22
Octal 202 51 61 0 104 76 61 543 64 42
Binary 10000010 101001 110001 0 1000100 111110 110001 101100011 110100 100010

Color Harmonies of #822931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822931

Black with #822931

Text Example


Text Example

White with #822931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822931; }

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

 H1.HeaderClassName
 {
   color: #822931;
 }
 .AnyTagClassName
 {
   color: #822931;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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