Html Css Color HEX #822039 Shiraz

📋 copy color: '#822039'

red 130 ◦ green 32 ◦ blue 57

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

Shades of Shiraz #822039

Tints of Shiraz #822039

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.61%

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

R = 59.36%
G = 14.61%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#822039 (or 0x822039) is known color: Shiraz. HEX triplet: 82, 20 and 39. RGB value is (130,32,57). Sum of RGB (Red+Green+Blue) = 130+32+57=219 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.36% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 57 (22.66% from 255 or 26.03% from 219); Max value from RGB is 130 - color contains mainly: red. Hex color #822039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822039 is #7DDFC6. Grayscale: #404040. Windows color (decimal): -8249287 or 3743874. OLE color: 3743874.

HSL color Cylindrical-coordinate representation of color #822039: hue angle of 344.69º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #822039 is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 32 57 -
CMYK 0 0.75 0.56 0.49
HSL 344.69º 0.6% 0.32% -
HSV(B) 344.69º 0.75% 0.51% -
XYZ 10.46 6.07 4.49 -
YUV 64.15 123.97 174.97 -
System Red Green Blue C M Y K H S L
Decimal 130 32 57 0 0.75 0.56 0.49 344.69 0.6 0.32
Hex 82 20 39 0 4B 38 31 159 3C 20
Octal 202 40 71 0 113 70 61 531 74 40
Binary 10000010 100000 111001 0 1001011 111000 110001 101011001 111100 100000

Color Harmonies of #822039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822039

Black with #822039

Text Example


Text Example

White with #822039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822039; }

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

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

background-color css

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

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

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

border-color css

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

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

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