#83264E

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

Shades of Disco #83264E

Tints of Disco #83264E

Color information

#83264E (or 0x83264E) is unknown color: approx Disco. HEX triplet: 83, 26 and 4E. RGB value is (131,38,78). Sum of RGB (Red+Green+Blue) = 131+38+78=247 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.04% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 78 (30.86% from 255 or 31.58% from 247); Max value from RGB is 131 - color contains mainly: red. Hex color #83264E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83264E is #7CD9B1. Grayscale: #464646. Windows color (decimal): -8182194 or 5121667. OLE color: 5121667.

HSL color Cylindrical-coordinate representation of color #83264E: hue angle of 334.19º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #83264E is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB1313878-
CMYK00.710.400.49
HSL334.19º55.03%33.14%-
HSV(B)334.19º70.99%51.37%-
XYZ11.436.767.91-
YUV70.37132.31171.25-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.04%
GREEN value IS 38 (15.23% from 255) = 15.38%
BLUE value IS 78 (30.86% from 255) = 31.58%
R=53.04%
G=15.38%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131387800.710.400.49334.1955.0333.14
Hex83264E047283114e3721
Octal20346116010750615166741
Binary10000011100110100111001000111101000110001101001110110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83264E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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