#83264B

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

Shades of Disco #83264B

Tints of Disco #83264B

Color information

#83264B (or 0x83264B) is unknown color: approx Disco. HEX triplet: 83, 26 and 4B. RGB value is (131,38,75). Sum of RGB (Red+Green+Blue) = 131+38+75=244 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.69% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 75 (29.69% from 255 or 30.74% from 244); Max value from RGB is 131 - color contains mainly: red. Hex color #83264B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83264B is #7CD9B4. Grayscale: #454545. Windows color (decimal): -8182197 or 4925059. OLE color: 4925059.

HSL color Cylindrical-coordinate representation of color #83264B: hue angle of 336.13º 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 #83264B is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB1313875-
CMYK00.710.430.49
HSL336.13º55.03%33.14%-
HSV(B)336.13º70.99%51.37%-
XYZ11.326.727.36-
YUV70.02130.81171.49-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.69%
GREEN value IS 38 (15.23% from 255) = 15.57%
BLUE value IS 75 (29.69% from 255) = 30.74%
R=53.69%
G=15.57%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131387500.710.430.49336.1355.0333.14
Hex83264B0472B311503721
Octal20346113010753615206741
Binary10000011100110100101101000111101011110001101010000110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83264B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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