Html Css Color HEX #83314F Disco

📋 copy color: '#83314F'

red 131 ◦ green 49 ◦ blue 79

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

Shades of Disco #83314F

Tints of Disco #83314F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.92%

 BLUE value IS 79 (31.25% from 255) = 30.5%

R = 50.58%
G = 18.92%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#83314F (or 0x83314F) is known color: Disco. HEX triplet: 83, 31 and 4F. RGB value is (131,49,79). Sum of RGB (Red+Green+Blue) = 131+49+79=259 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.58% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 131 - color contains mainly: red. Hex color #83314F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83314F is #7CCEB0. Grayscale: #4C4C4C. Windows color (decimal): -8179377 or 5190019. OLE color: 5190019.

HSL color Cylindrical-coordinate representation of color #83314F: hue angle of 338.05º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #83314F is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 49 79 -
CMYK 0 0.63 0.40 0.49
HSL 338.05º 0.46% 0.35% -
HSV(B) 338.05º 0.63% 0.51% -
XYZ 11.87 7.59 8.24 -
YUV 76.94 129.17 166.56 -
System Red Green Blue C M Y K H S L
Decimal 131 49 79 0 0.63 0.40 0.49 338.05 0.46 0.35
Hex 83 31 4F 0 3F 28 31 152 2E 23
Octal 203 61 117 0 77 50 61 522 56 43
Binary 10000011 110001 1001111 0 111111 101000 110001 101010010 101110 100011

Color Harmonies of #83314F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83314F

Black with #83314F

Text Example


Text Example

White with #83314F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83314F; }

 p { color: rgb(131,49,79); }

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

background-color css

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

 a { background-color: rgb(131,49,79); }

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

border-color css

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

 span { border-color: rgb(131,49,79); }

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