Html Css Color HEX #83304F Disco

📋 copy color: '#83304F'

red 131 ◦ green 48 ◦ blue 79

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

Shades of Disco #83304F

Tints of Disco #83304F

RGB

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

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

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

R = 50.78%
G = 18.6%
B = 30.62%

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

#83304F (or 0x83304F) is known color: Disco. HEX triplet: 83, 30 and 4F. RGB value is (131,48,79). Sum of RGB (Red+Green+Blue) = 131+48+79=258 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.78% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 79 (31.25% from 255 or 30.62% from 258); Max value from RGB is 131 - color contains mainly: red. Hex color #83304F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83304F is #7CCFB0. Grayscale: #4C4C4C. Windows color (decimal): -8179633 or 5189763. OLE color: 5189763.

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

Color convert

RGB 131 48 79 -
CMYK 0 0.63 0.40 0.49
HSL 337.59º 0.46% 0.35% -
HSV(B) 337.59º 0.63% 0.51% -
XYZ 11.83 7.5 8.22 -
YUV 76.35 129.5 166.98 -
System Red Green Blue C M Y K H S L
Decimal 131 48 79 0 0.63 0.40 0.49 337.59 0.46 0.35
Hex 83 30 4F 0 3F 28 31 152 2E 23
Octal 203 60 117 0 77 50 61 522 56 43
Binary 10000011 110000 1001111 0 111111 101000 110001 101010010 101110 100011

Color Harmonies of #83304F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83304F

Black with #83304F

Text Example


Text Example

White with #83304F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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