Html Css Color HEX #822939 Shiraz

📋 copy color: '#822939'

red 130 ◦ green 41 ◦ blue 57

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

Shades of Shiraz #822939

Tints of Shiraz #822939

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 25%

R = 57.02%
G = 17.98%
B = 25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#822939 (or 0x822939) is known color: Shiraz. HEX triplet: 82, 29 and 39. RGB value is (130,41,57). Sum of RGB (Red+Green+Blue) = 130+41+57=228 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.02% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 57 (22.66% from 255 or 25% from 228); Max value from RGB is 130 - color contains mainly: red. Hex color #822939 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822939 is #7DD6C6. Grayscale: #454545. Windows color (decimal): -8246983 or 3746178. OLE color: 3746178.

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

Color convert

RGB 130 41 57 -
CMYK 0 0.68 0.56 0.49
HSL 349.21º 0.52% 0.34% -
HSV(B) 349.21º 0.68% 0.51% -
XYZ 10.74 6.63 4.58 -
YUV 69.44 120.99 171.2 -
System Red Green Blue C M Y K H S L
Decimal 130 41 57 0 0.68 0.56 0.49 349.21 0.52 0.34
Hex 82 29 39 0 44 38 31 15D 34 22
Octal 202 51 71 0 104 70 61 535 64 42
Binary 10000010 101001 111001 0 1000100 111000 110001 101011101 110100 100010

Color Harmonies of #822939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822939

Black with #822939

Text Example


Text Example

White with #822939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822939; }

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

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

background-color css

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

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

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

border-color css

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

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

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