#83314A

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

Shades of Disco #83314A

Tints of Disco #83314A

Color information

#83314A (or 0x83314A) is unknown color: approx Disco. HEX triplet: 83, 31 and 4A. RGB value is (131,49,74). Sum of RGB (Red+Green+Blue) = 131+49+74=254 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.57% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 131 - color contains mainly: red. Hex color #83314A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83314A is #7CCEB5. Grayscale: #4C4C4C. Windows color (decimal): -8179382 or 4862339. OLE color: 4862339.

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

Color convert

RGB1314974-
CMYK00.630.440.49
HSL341.71º45.56%35.29%-
HSV(B)341.71º62.6%51.37%-
XYZ11.697.527.31-
YUV76.37126.67166.97-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 51.57%
GREEN value IS 49 (19.53% from 255) = 19.29%
BLUE value IS 74 (29.30% from 255) = 29.13%
R=51.57%
G=19.29%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131497400.630.440.49341.7145.5635.29
Hex83314A03F2C311562e23
Octal2036111207754615265643
Binary1000001111000110010100111111101100110001101010110101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83314A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83314A; }

 p { color: rgb(131,49,74); }

 H1.HeaderClassName
 {
   color: #83314A;
 }
 .AnyTagClassName
 {
   color: #83314A;
 }
</style>
background-color css

<style>
 a { background-color: #83314A; }

 a { background-color: rgb(131,49,74); }

 div.DivClassName
 {
   background-color: #83314A;
 }
 .BgClassName
 {
   background-color: #83314A;
 }
</style>
border-color css

<style>
 span { border-color: #83314A; }

 span { border-color: rgb(131,49,74); }

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