#853150

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

Shades of Disco #853150

Tints of Disco #853150

Color information

#853150 (or 0x853150) is unknown color: approx Disco. HEX triplet: 85, 31 and 50. RGB value is (133,49,80). Sum of RGB (Red+Green+Blue) = 133+49+80=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 49 (19.53% from 255 or 18.70% from 262); Blue value is 80 (31.64% from 255 or 30.53% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #853150 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853150 is #7ACEAF. Grayscale: #4D4D4D. Windows color (decimal): -8048304 or 5255557. OLE color: 5255557.

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

Color convert

RGB1334980-
CMYK00.630.400.48
HSL337.86º46.15%35.69%-
HSV(B)337.86º63.16%52.16%-
XYZ12.227.768.44-
YUV77.65129.33167.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.76%
GREEN value IS 49 (19.53% from 255) = 18.70%
BLUE value IS 80 (31.64% from 255) = 30.53%
R=50.76%
G=18.70%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133498000.630.400.48337.8646.1535.69
Hex85315003F28301522e24
Octal2056112007750605225644
Binary1000010111000110100000111111101000110000101010010101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853150; }

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

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

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

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

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

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

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

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