Html Css Color HEX #822E49 Disco

📋 copy color: '#822E49'

red 130 ◦ green 46 ◦ blue 73

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

Shades of Disco #822E49

Tints of Disco #822E49

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.47%

 BLUE value IS 73 (28.91% from 255) = 29.32%

R = 52.21%
G = 18.47%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#822E49 (or 0x822E49) is known color: Disco. HEX triplet: 82, 2E and 49. RGB value is (130,46,73). Sum of RGB (Red+Green+Blue) = 130+46+73=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 46 (18.36% from 255 or 18.47% from 249); Blue value is 73 (28.91% from 255 or 29.32% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #822E49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822E49 is #7DD1B6. Grayscale: #4A4A4A. Windows color (decimal): -8245687 or 4796034. OLE color: 4796034.

HSL color Cylindrical-coordinate representation of color #822E49: hue angle of 340.71º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #822E49 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 46 73 -
CMYK 0 0.65 0.44 0.49
HSL 340.71º 0.48% 0.35% -
HSV(B) 340.71º 0.65% 0.51% -
XYZ 11.39 7.18 7.09 -
YUV 74.19 127.33 167.8 -
System Red Green Blue C M Y K H S L
Decimal 130 46 73 0 0.65 0.44 0.49 340.71 0.48 0.35
Hex 82 2E 49 0 41 2C 31 155 30 23
Octal 202 56 111 0 101 54 61 525 60 43
Binary 10000010 101110 1001001 0 1000001 101100 110001 101010101 110000 100011

Color Harmonies of #822E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822E49

Black with #822E49

Text Example


Text Example

White with #822E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,46,73); }

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

background-color css

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

 a { background-color: rgb(130,46,73); }

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

border-color css

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

 span { border-color: rgb(130,46,73); }

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