#852548

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

Shades of Disco #852548

Tints of Disco #852548

Color information

#852548 (or 0x852548) is unknown color: approx Disco. HEX triplet: 85, 25 and 48. RGB value is (133,37,72). Sum of RGB (Red+Green+Blue) = 133+37+72=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #852548 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852548 is #7ADAB7. Grayscale: #454545. Windows color (decimal): -8051384 or 4728197. OLE color: 4728197.

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

Color convert

RGB1333772-
CMYK00.720.460.48
HSL338.12º56.47%33.33%-
HSV(B)338.12º72.18%52.16%-
XYZ11.56.786.83-
YUV69.69129.3173.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.96%
GREEN value IS 37 (14.84% from 255) = 15.29%
BLUE value IS 72 (28.52% from 255) = 29.75%
R=54.96%
G=15.29%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133377200.720.460.48338.1256.4733.33
Hex8525480482E301523821
Octal20545110011056605227041
Binary10000101100101100100001001000101110110000101010010111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852548; }

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

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

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

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

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

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

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

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