#853050

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

Shades of Disco #853050

Tints of Disco #853050

Color information

#853050 (or 0x853050) is unknown color: approx Disco. HEX triplet: 85, 30 and 50. RGB value is (133,48,80). Sum of RGB (Red+Green+Blue) = 133+48+80=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #853050 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853050 is #7ACFAF. Grayscale: #4D4D4D. Windows color (decimal): -8048560 or 5255301. OLE color: 5255301.

HSL color Cylindrical-coordinate representation of color #853050: hue angle of 337.41º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #853050 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB1334880-
CMYK00.640.400.48
HSL337.41º46.96%35.49%-
HSV(B)337.41º63.91%52.16%-
XYZ12.187.688.43-
YUV77.06129.66167.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.96%
GREEN value IS 48 (19.14% from 255) = 18.39%
BLUE value IS 80 (31.64% from 255) = 30.65%
R=50.96%
G=18.39%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133488000.640.400.48337.4146.9635.49
Hex85305004028301512f23
Octal20560120010050605215743
Binary10000101110000101000001000000101000110000101010001101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853050; }

 p { color: rgb(133,48,80); }

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

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

 a { background-color: rgb(133,48,80); }

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

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

 span { border-color: rgb(133,48,80); }

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