Html Css Color HEX #83294E Disco

📋 copy color: '#83294E'

red 131 ◦ green 41 ◦ blue 78

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

Shades of Disco #83294E

Tints of Disco #83294E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 31.2%

R = 52.4%
G = 16.4%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#83294E (or 0x83294E) is known color: Disco. HEX triplet: 83, 29 and 4E. RGB value is (131,41,78). Sum of RGB (Red+Green+Blue) = 131+41+78=250 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.4% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 131 - color contains mainly: red. Hex color #83294E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83294E is #7CD6B1. Grayscale: #484848. Windows color (decimal): -8181426 or 5122435. OLE color: 5122435.

HSL color Cylindrical-coordinate representation of color #83294E: hue angle of 335.33º 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 #83294E is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 41 78 -
CMYK 0 0.69 0.40 0.49
HSL 335.33º 0.52% 0.34% -
HSV(B) 335.33º 0.69% 0.51% -
XYZ 11.53 6.96 7.94 -
YUV 72.13 131.32 169.99 -
System Red Green Blue C M Y K H S L
Decimal 131 41 78 0 0.69 0.40 0.49 335.33 0.52 0.34
Hex 83 29 4E 0 45 28 31 14F 34 22
Octal 203 51 116 0 105 50 61 517 64 42
Binary 10000011 101001 1001110 0 1000101 101000 110001 101001111 110100 100010

Color Harmonies of #83294E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83294E

Black with #83294E

Text Example


Text Example

White with #83294E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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