Html Css Color HEX #83294D Disco

📋 copy color: '#83294D'

red 131 ◦ green 41 ◦ blue 77

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

Shades of Disco #83294D

Tints of Disco #83294D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.47%

 BLUE value IS 77 (30.47% from 255) = 30.92%

R = 52.61%
G = 16.47%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#83294D (or 0x83294D) is known color: Disco. HEX triplet: 83, 29 and 4D. RGB value is (131,41,77). Sum of RGB (Red+Green+Blue) = 131+41+77=249 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.61% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 131 - color contains mainly: red. Hex color #83294D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83294D is #7CD6B2. Grayscale: #474747. Windows color (decimal): -8181427 or 5056899. OLE color: 5056899.

HSL color Cylindrical-coordinate representation of color #83294D: hue angle of 336º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #83294D is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 41 77 -
CMYK 0 0.69 0.41 0.49
HSL 336º 0.52% 0.34% -
HSV(B) 336º 0.69% 0.51% -
XYZ 11.49 6.95 7.76 -
YUV 72.01 130.82 170.07 -
System Red Green Blue C M Y K H S L
Decimal 131 41 77 0 0.69 0.41 0.49 336 0.52 0.34
Hex 83 29 4D 0 45 29 31 150 34 22
Octal 203 51 115 0 105 51 61 520 64 42
Binary 10000011 101001 1001101 0 1000101 101001 110001 101010000 110100 100010

Color Harmonies of #83294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83294D

Black with #83294D

Text Example


Text Example

White with #83294D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83294D; }

 p { color: rgb(131,41,77); }

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

background-color css

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

 a { background-color: rgb(131,41,77); }

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

border-color css

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

 span { border-color: rgb(131,41,77); }

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