Html Css Color HEX #822631 Shiraz

📋 copy color: '#822631'

red 130 ◦ green 38 ◦ blue 49

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

Shades of Shiraz #822631

Tints of Shiraz #822631

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.51%

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

R = 59.91%
G = 17.51%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#822631 (or 0x822631) is known color: Shiraz. HEX triplet: 82, 26 and 31. RGB value is (130,38,49). Sum of RGB (Red+Green+Blue) = 130+38+49=217 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.91% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 49 (19.53% from 255 or 22.58% from 217); Max value from RGB is 130 - color contains mainly: red. Hex color #822631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822631 is #7DD9CE. Grayscale: #424242. Windows color (decimal): -8247759 or 3221122. OLE color: 3221122.

HSL color Cylindrical-coordinate representation of color #822631: hue angle of 352.83º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #822631 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 38 49 -
CMYK 0 0.71 0.62 0.49
HSL 352.83º 0.55% 0.33% -
HSV(B) 352.83º 0.71% 0.51% -
XYZ 10.45 6.35 3.58 -
YUV 66.76 117.98 173.11 -
System Red Green Blue C M Y K H S L
Decimal 130 38 49 0 0.71 0.62 0.49 352.83 0.55 0.33
Hex 82 26 31 0 47 3E 31 161 37 21
Octal 202 46 61 0 107 76 61 541 67 41
Binary 10000010 100110 110001 0 1000111 111110 110001 101100001 110111 100001

Color Harmonies of #822631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822631

Black with #822631

Text Example


Text Example

White with #822631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822631; }

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

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

background-color css

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

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

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

border-color css

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

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

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