#833251

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

Shades of Disco #833251

Tints of Disco #833251

Color information

#833251 (or 0x833251) is unknown color: approx Disco. HEX triplet: 83, 32 and 51. RGB value is (131,50,81). Sum of RGB (Red+Green+Blue) = 131+50+81=262 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 81 (32.03% from 255 or 30.92% from 262); Max value from RGB is 131 - color contains mainly: red. Hex color #833251 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833251 is #7CCDAE. Grayscale: #4D4D4D. Windows color (decimal): -8179119 or 5321347. OLE color: 5321347.

HSL color Cylindrical-coordinate representation of color #833251: hue angle of 337.04º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #833251 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB1315081-
CMYK00.620.380.49
HSL337.04º44.75%35.49%-
HSV(B)337.04º61.83%51.37%-
XYZ11.997.78.64-
YUV77.75129.84165.98-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50%
GREEN value IS 50 (19.92% from 255) = 19.08%
BLUE value IS 81 (32.03% from 255) = 30.92%
R=50%
G=19.08%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131508100.620.380.49337.0444.7535.49
Hex83325103E26311512d23
Octal2036212107646615215543
Binary1000001111001010100010111110100110110001101010001101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833251; }

 p { color: rgb(131,50,81); }

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

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

 a { background-color: rgb(131,50,81); }

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

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

 span { border-color: rgb(131,50,81); }

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