#853048

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

Shades of Disco #853048

Tints of Disco #853048

Color information

#853048 (or 0x853048) is unknown color: approx Disco. HEX triplet: 85, 30 and 48. RGB value is (133,48,72). Sum of RGB (Red+Green+Blue) = 133+48+72=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 72 (28.52% from 255 or 28.46% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #853048 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853048 is #7ACFB7. Grayscale: #4C4C4C. Windows color (decimal): -8048568 or 4731013. OLE color: 4731013.

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

Color convert

RGB1334872-
CMYK00.640.460.48
HSL343.06º46.96%35.49%-
HSV(B)343.06º63.91%52.16%-
XYZ11.97.576.96-
YUV76.15125.66168.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.57%
GREEN value IS 48 (19.14% from 255) = 18.97%
BLUE value IS 72 (28.52% from 255) = 28.46%
R=52.57%
G=18.97%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133487200.640.460.48343.0646.9635.49
Hex8530480402E301572f23
Octal20560110010056605275743
Binary10000101110000100100001000000101110110000101010111101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853048; }

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

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

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

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

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

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

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

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