#853250

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

Shades of Disco #853250

Tints of Disco #853250

Color information

#853250 (or 0x853250) is unknown color: approx Disco. HEX triplet: 85, 32 and 50. RGB value is (133,50,80). Sum of RGB (Red+Green+Blue) = 133+50+80=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #853250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853250 is #7ACDAF. Grayscale: #4E4E4E. Windows color (decimal): -8048048 or 5255813. OLE color: 5255813.

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

Color convert

RGB1335080-
CMYK00.620.400.48
HSL338.31º45.36%35.88%-
HSV(B)338.31º62.41%52.16%-
XYZ12.267.858.46-
YUV78.24129167.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.57%
GREEN value IS 50 (19.92% from 255) = 19.01%
BLUE value IS 80 (31.64% from 255) = 30.42%
R=50.57%
G=19.01%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133508000.620.400.48338.3145.3635.88
Hex85325003E28301522d24
Octal2056212007650605225544
Binary1000010111001010100000111110101000110000101010010101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853250; }

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

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

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

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

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

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

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

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