Html Css Color HEX #831A49 Disco

📋 copy color: '#831A49'

red 131 ◦ green 26 ◦ blue 73

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

Shades of Disco #831A49

Tints of Disco #831A49

RGB

 RED value IS 131 (51.56% from 255) = 56.96%

 GREEN value IS 26 (10.55% from 255) = 11.3%

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

R = 56.96%
G = 11.3%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#831A49 (or 0x831A49) is known color: Disco. HEX triplet: 83, 1A and 49. RGB value is (131,26,73). Sum of RGB (Red+Green+Blue) = 131+26+73=230 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.96% from 230); Green value is 26 (10.55% from 255 or 11.30% from 230); Blue value is 73 (28.91% from 255 or 31.74% from 230); Max value from RGB is 131 - color contains mainly: red. Hex color #831A49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #831A49 is #7CE5B6. Grayscale: #3E3E3E. Windows color (decimal): -8185271 or 4790915. OLE color: 4790915.

HSL color Cylindrical-coordinate representation of color #831A49: hue angle of 333.14º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #831A49 is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 26 73 -
CMYK 0 0.80 0.44 0.49
HSL 333.14º 0.67% 0.31% -
HSV(B) 333.14º 0.8% 0.51% -
XYZ 10.93 6.05 6.89 -
YUV 62.75 133.79 176.68 -
System Red Green Blue C M Y K H S L
Decimal 131 26 73 0 0.80 0.44 0.49 333.14 0.67 0.31
Hex 83 1A 49 0 50 2C 31 14D 43 1F
Octal 203 32 111 0 120 54 61 515 103 37
Binary 10000011 11010 1001001 0 1010000 101100 110001 101001101 1000011 11111

Color Harmonies of #831A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831A49

Black with #831A49

Text Example


Text Example

White with #831A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831A49; }

 p { color: rgb(131,26,73); }

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

background-color css

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

 a { background-color: rgb(131,26,73); }

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

border-color css

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

 span { border-color: rgb(131,26,73); }

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