Html Css Color HEX #83314B Disco

📋 copy color: '#83314B'

red 131 ◦ green 49 ◦ blue 75

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

Shades of Disco #83314B

Tints of Disco #83314B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 29.41%

R = 51.37%
G = 19.22%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#83314B (or 0x83314B) is known color: Disco. HEX triplet: 83, 31 and 4B. RGB value is (131,49,75). Sum of RGB (Red+Green+Blue) = 131+49+75=255 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.37% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 131 - color contains mainly: red. Hex color #83314B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83314B is #7CCEB4. Grayscale: #4C4C4C. Windows color (decimal): -8179381 or 4927875. OLE color: 4927875.

HSL color Cylindrical-coordinate representation of color #83314B: hue angle of 340.98º 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 #83314B is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 49 75 -
CMYK 0 0.63 0.43 0.49
HSL 340.98º 0.46% 0.35% -
HSV(B) 340.98º 0.63% 0.51% -
XYZ 11.73 7.53 7.49 -
YUV 76.48 127.17 166.89 -
System Red Green Blue C M Y K H S L
Decimal 131 49 75 0 0.63 0.43 0.49 340.98 0.46 0.35
Hex 83 31 4B 0 3F 2B 31 155 2E 23
Octal 203 61 113 0 77 53 61 525 56 43
Binary 10000011 110001 1001011 0 111111 101011 110001 101010101 101110 100011

Color Harmonies of #83314B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83314B

Black with #83314B

Text Example


Text Example

White with #83314B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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