Html Css Color HEX #822934 Shiraz

📋 copy color: '#822934'

red 130 ◦ green 41 ◦ blue 52

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

Shades of Shiraz #822934

Tints of Shiraz #822934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 23.32%

R = 58.3%
G = 18.39%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#822934 (or 0x822934) is known color: Shiraz. HEX triplet: 82, 29 and 34. RGB value is (130,41,52). Sum of RGB (Red+Green+Blue) = 130+41+52=223 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.30% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 52 (20.70% from 255 or 23.32% from 223); Max value from RGB is 130 - color contains mainly: red. Hex color #822934 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822934 is #7DD6CB. Grayscale: #444444. Windows color (decimal): -8246988 or 3418498. OLE color: 3418498.

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

Color convert

RGB 130 41 52 -
CMYK 0 0.68 0.60 0.49
HSL 352.58º 0.52% 0.34% -
HSV(B) 352.58º 0.68% 0.51% -
XYZ 10.62 6.58 3.96 -
YUV 68.87 118.49 171.61 -
System Red Green Blue C M Y K H S L
Decimal 130 41 52 0 0.68 0.60 0.49 352.58 0.52 0.34
Hex 82 29 34 0 44 3C 31 161 34 22
Octal 202 51 64 0 104 74 61 541 64 42
Binary 10000010 101001 110100 0 1000100 111100 110001 101100001 110100 100010

Color Harmonies of #822934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822934

Black with #822934

Text Example


Text Example

White with #822934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822934; }

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

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

background-color css

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

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

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

border-color css

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

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

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