#833350

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

Shades of Disco #833350

Tints of Disco #833350

Color information

#833350 (or 0x833350) is unknown color: approx Disco. HEX triplet: 83, 33 and 50. RGB value is (131,51,80). Sum of RGB (Red+Green+Blue) = 131+51+80=262 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 80 (31.64% from 255 or 30.53% from 262); Max value from RGB is 131 - color contains mainly: red. Hex color #833350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833350 is #7CCCAF. Grayscale: #4E4E4E. Windows color (decimal): -8178864 or 5256067. OLE color: 5256067.

HSL color Cylindrical-coordinate representation of color #833350: hue angle of 338.25º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #833350 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB1315180-
CMYK00.610.390.49
HSL338.25º43.96%35.69%-
HSV(B)338.25º61.07%51.37%-
XYZ11.997.778.46-
YUV78.23129165.64-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50%
GREEN value IS 51 (20.31% from 255) = 19.47%
BLUE value IS 80 (31.64% from 255) = 30.53%
R=50%
G=19.47%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131518000.610.390.49338.2543.9635.69
Hex83335003D27311522c24
Octal2036312007547615225444
Binary1000001111001110100000111101100111110001101010010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833350; }

 p { color: rgb(131,51,80); }

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

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

 a { background-color: rgb(131,51,80); }

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

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

 span { border-color: rgb(131,51,80); }

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