#83304D

Color #83304D Disco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Disco #83304D

Tints of Disco #83304D

Color information

#83304D (or 0x83304D) is unknown color: approx 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

RGB1314877-
CMYK00.630.410.49
HSL339.04º46.37%35.1%-
HSV(B)339.04º63.36%51.37%-
XYZ11.767.487.84-
YUV76.12128.5167.14-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131487700.630.410.49339.0446.3735.1
Hex83304D03F29311532e23
Octal2036011507751615235643
Binary1000001111000010011010111111101001110001101010011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83304D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>