#852748

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

Shades of Disco #852748

Tints of Disco #852748

Color information

#852748 (or 0x852748) is unknown color: approx Disco. HEX triplet: 85, 27 and 48. RGB value is (133,39,72). Sum of RGB (Red+Green+Blue) = 133+39+72=244 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.51% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 72 (28.52% from 255 or 29.51% from 244); Max value from RGB is 133 - color contains mainly: red. Hex color #852748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852748 is #7AD8B7. Grayscale: #464646. Windows color (decimal): -8050872 or 4728709. OLE color: 4728709.

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

Color convert

RGB1333972-
CMYK00.710.460.48
HSL338.94º54.65%33.73%-
HSV(B)338.94º70.68%52.16%-
XYZ11.576.916.85-
YUV70.87128.64172.32-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.51%
GREEN value IS 39 (15.62% from 255) = 15.98%
BLUE value IS 72 (28.52% from 255) = 29.51%
R=54.51%
G=15.98%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133397200.710.460.48338.9454.6533.73
Hex8527480472E301533722
Octal20547110010756605236742
Binary10000101100111100100001000111101110110000101010011110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852748; }

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

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

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

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

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

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

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

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