Html Css Color HEX #831F48 Disco

📋 copy color: '#831F48'

red 131 ◦ green 31 ◦ blue 72

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

Shades of Disco #831F48

Tints of Disco #831F48

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.25%

 BLUE value IS 72 (28.52% from 255) = 30.77%

R = 55.98%
G = 13.25%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#831F48 (or 0x831F48) is known color: Disco. HEX triplet: 83, 1F and 48. RGB value is (131,31,72). Sum of RGB (Red+Green+Blue) = 131+31+72=234 (30% of max value = 765). Red value is 131 (51.56% from 255 or 55.98% from 234); Green value is 31 (12.5% from 255 or 13.25% from 234); Blue value is 72 (28.52% from 255 or 30.77% from 234); Max value from RGB is 131 - color contains mainly: red. Hex color #831F48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #831F48 is #7CE0B7. Grayscale: #414141. Windows color (decimal): -8183992 or 4726659. OLE color: 4726659.

HSL color Cylindrical-coordinate representation of color #831F48: hue angle of 335.4º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #831F48 is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 31 72 -
CMYK 0 0.76 0.45 0.49
HSL 335.4º 0.62% 0.32% -
HSV(B) 335.4º 0.76% 0.51% -
XYZ 11.02 6.27 6.76 -
YUV 65.57 131.63 174.67 -
System Red Green Blue C M Y K H S L
Decimal 131 31 72 0 0.76 0.45 0.49 335.4 0.62 0.32
Hex 83 1F 48 0 4C 2D 31 14F 3E 20
Octal 203 37 110 0 114 55 61 517 76 40
Binary 10000011 11111 1001000 0 1001100 101101 110001 101001111 111110 100000

Color Harmonies of #831F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831F48

Black with #831F48

Text Example


Text Example

White with #831F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,31,72); }

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

background-color css

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

 a { background-color: rgb(131,31,72); }

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

border-color css

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

 span { border-color: rgb(131,31,72); }

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