#853350

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

Shades of Disco #853350

Tints of Disco #853350

Color information

#853350 (or 0x853350) is unknown color: approx Disco. HEX triplet: 85, 33 and 50. RGB value is (133,51,80). Sum of RGB (Red+Green+Blue) = 133+51+80=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 80 (31.64% from 255 or 30.30% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #853350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853350 is #7ACCAF. Grayscale: #4E4E4E. Windows color (decimal): -8047792 or 5256069. OLE color: 5256069.

HSL color Cylindrical-coordinate representation of color #853350: hue angle of 338.78º 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 #853350 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB1335180-
CMYK00.620.400.48
HSL338.78º44.57%36.08%-
HSV(B)338.78º61.65%52.16%-
XYZ12.37.938.47-
YUV78.82128.67166.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.38%
GREEN value IS 51 (20.31% from 255) = 19.32%
BLUE value IS 80 (31.64% from 255) = 30.30%
R=50.38%
G=19.32%
B=30.30%

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
Decimal133518000.620.400.48338.7844.5736.08
Hex85335003E28301532d24
Octal2056312007650605235544
Binary1000010111001110100000111110101000110000101010011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853350; }

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

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

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

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

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

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

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

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