Html Css Color HEX #822449 Disco

📋 copy color: '#822449'

red 130 ◦ green 36 ◦ blue 73

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

Shades of Disco #822449

Tints of Disco #822449

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.06%

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

R = 54.39%
G = 15.06%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#822449 (or 0x822449) is known color: Disco. HEX triplet: 82, 24 and 49. RGB value is (130,36,73). Sum of RGB (Red+Green+Blue) = 130+36+73=239 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.39% from 239); Green value is 36 (14.45% from 255 or 15.06% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 130 - color contains mainly: red. Hex color #822449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822449 is #7DDBB6. Grayscale: #444444. Windows color (decimal): -8248247 or 4793474. OLE color: 4793474.

HSL color Cylindrical-coordinate representation of color #822449: hue angle of 336.38º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #822449 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 36 73 -
CMYK 0 0.72 0.44 0.49
HSL 336.38º 0.57% 0.33% -
HSV(B) 336.38º 0.72% 0.51% -
XYZ 11.04 6.49 6.97 -
YUV 68.32 130.64 171.99 -
System Red Green Blue C M Y K H S L
Decimal 130 36 73 0 0.72 0.44 0.49 336.38 0.57 0.33
Hex 82 24 49 0 48 2C 31 150 39 21
Octal 202 44 111 0 110 54 61 520 71 41
Binary 10000010 100100 1001001 0 1001000 101100 110001 101010000 111001 100001

Color Harmonies of #822449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822449

Black with #822449

Text Example


Text Example

White with #822449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822449; }

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

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

background-color css

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

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

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

border-color css

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

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

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