Html Css Color HEX #83304D Disco

📋 copy color: '#83304D'

red 131 ◦ green 48 ◦ blue 77

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

Shades of Disco #83304D

Tints of Disco #83304D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.75%

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

R = 51.17%
G = 18.75%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#83304D (or 0x83304D) is known color: Disco. HEX triplet: 83, 30 and 4D. RGB value is (131,48,77). Sum of RGB (Red+Green+Blue) = 131+48+77=256 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.17% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 131 - color contains mainly: red. Hex color #83304D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83304D is #7CCFB2. Grayscale: #4C4C4C. Windows color (decimal): -8179635 or 5058691. OLE color: 5058691.

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

Color convert

RGB 131 48 77 -
CMYK 0 0.63 0.41 0.49
HSL 339.04º 0.46% 0.35% -
HSV(B) 339.04º 0.63% 0.51% -
XYZ 11.76 7.48 7.84 -
YUV 76.12 128.5 167.14 -
System Red Green Blue C M Y K H S L
Decimal 131 48 77 0 0.63 0.41 0.49 339.04 0.46 0.35
Hex 83 30 4D 0 3F 29 31 153 2E 23
Octal 203 60 115 0 77 51 61 523 56 43
Binary 10000011 110000 1001101 0 111111 101001 110001 101010011 101110 100011

Color Harmonies of #83304D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83304D

Black with #83304D

Text Example


Text Example

White with #83304D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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