Html Css Color HEX #822933 Shiraz

📋 copy color: '#822933'

red 130 ◦ green 41 ◦ blue 51

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

Shades of Shiraz #822933

Tints of Shiraz #822933

RGB

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

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

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

R = 58.56%
G = 18.47%
B = 22.97%

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

#822933 (or 0x822933) is known color: Shiraz. HEX triplet: 82, 29 and 33. RGB value is (130,41,51). Sum of RGB (Red+Green+Blue) = 130+41+51=222 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.56% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 51 (20.31% from 255 or 22.97% from 222); Max value from RGB is 130 - color contains mainly: red. Hex color #822933 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822933 is #7DD6CC. Grayscale: #444444. Windows color (decimal): -8246989 or 3352962. OLE color: 3352962.

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

Color convert

RGB 130 41 51 -
CMYK 0 0.68 0.61 0.49
HSL 353.26º 0.52% 0.34% -
HSV(B) 353.26º 0.68% 0.51% -
XYZ 10.6 6.57 3.84 -
YUV 68.75 117.99 171.69 -
System Red Green Blue C M Y K H S L
Decimal 130 41 51 0 0.68 0.61 0.49 353.26 0.52 0.34
Hex 82 29 33 0 44 3D 31 161 34 22
Octal 202 51 63 0 104 75 61 541 64 42
Binary 10000010 101001 110011 0 1000100 111101 110001 101100001 110100 100010

Color Harmonies of #822933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822933

Black with #822933

Text Example


Text Example

White with #822933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822933; }

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

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

background-color css

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

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

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

border-color css

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

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

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