Html Css Color HEX #822249 Disco

📋 copy color: '#822249'

red 130 ◦ green 34 ◦ blue 73

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

Shades of Disco #822249

Tints of Disco #822249

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.35%

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

R = 54.85%
G = 14.35%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#822249 (or 0x822249) is known color: Disco. HEX triplet: 82, 22 and 49. RGB value is (130,34,73). Sum of RGB (Red+Green+Blue) = 130+34+73=237 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.85% from 237); Green value is 34 (13.67% from 255 or 14.35% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 130 - color contains mainly: red. Hex color #822249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822249 is #7DDDB6. Grayscale: #434343. Windows color (decimal): -8248759 or 4792962. OLE color: 4792962.

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

Color convert

RGB 130 34 73 -
CMYK 0 0.74 0.44 0.49
HSL 335.63º 0.59% 0.32% -
HSV(B) 335.63º 0.74% 0.51% -
XYZ 10.98 6.37 6.95 -
YUV 67.15 131.3 172.83 -
System Red Green Blue C M Y K H S L
Decimal 130 34 73 0 0.74 0.44 0.49 335.63 0.59 0.32
Hex 82 22 49 0 4A 2C 31 150 3B 20
Octal 202 42 111 0 112 54 61 520 73 40
Binary 10000010 100010 1001001 0 1001010 101100 110001 101010000 111011 100000

Color Harmonies of #822249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822249

Black with #822249

Text Example


Text Example

White with #822249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822249; }

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

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

background-color css

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

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

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

border-color css

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

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

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