Html Css Color HEX #822A33 Shiraz

📋 copy color: '#822A33'

red 130 ◦ green 42 ◦ blue 51

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

Shades of Shiraz #822A33

Tints of Shiraz #822A33

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.83%

 BLUE value IS 51 (20.31% from 255) = 22.87%

R = 58.3%
G = 18.83%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#822A33 (or 0x822A33) is known color: Shiraz. HEX triplet: 82, 2A and 33. RGB value is (130,42,51). Sum of RGB (Red+Green+Blue) = 130+42+51=223 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.30% from 223); Green value is 42 (16.80% from 255 or 18.83% from 223); Blue value is 51 (20.31% from 255 or 22.87% from 223); Max value from RGB is 130 - color contains mainly: red. Hex color #822A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822A33 is #7DD5CC. Grayscale: #454545. Windows color (decimal): -8246733 or 3353218. OLE color: 3353218.

HSL color Cylindrical-coordinate representation of color #822A33: hue angle of 353.86º degrees, saturation: 0.51, 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 #822A33 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 42 51 -
CMYK 0 0.68 0.61 0.49
HSL 353.86º 0.51% 0.34% -
HSV(B) 353.86º 0.68% 0.51% -
XYZ 10.63 6.64 3.85 -
YUV 69.34 117.65 171.27 -
System Red Green Blue C M Y K H S L
Decimal 130 42 51 0 0.68 0.61 0.49 353.86 0.51 0.34
Hex 82 2A 33 0 44 3D 31 162 33 22
Octal 202 52 63 0 104 75 61 542 63 42
Binary 10000010 101010 110011 0 1000100 111101 110001 101100010 110011 100010

Color Harmonies of #822A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822A33

Black with #822A33

Text Example


Text Example

White with #822A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822A33; }

 p { color: rgb(130,42,51); }

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

background-color css

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

 a { background-color: rgb(130,42,51); }

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

border-color css

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

 span { border-color: rgb(130,42,51); }

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