#852848

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

Shades of Disco #852848

Tints of Disco #852848

Color information

#852848 (or 0x852848) is unknown color: approx Disco. HEX triplet: 85, 28 and 48. RGB value is (133,40,72). Sum of RGB (Red+Green+Blue) = 133+40+72=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 72 (28.52% from 255 or 29.39% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #852848 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852848 is #7AD7B7. Grayscale: #474747. Windows color (decimal): -8050616 or 4728965. OLE color: 4728965.

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

Color convert

RGB1334072-
CMYK00.700.460.48
HSL339.35º53.76%33.92%-
HSV(B)339.35º69.92%52.16%-
XYZ11.66.976.87-
YUV71.46128.31171.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.29%
GREEN value IS 40 (16.02% from 255) = 16.33%
BLUE value IS 72 (28.52% from 255) = 29.39%
R=54.29%
G=16.33%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133407200.700.460.48339.3553.7633.92
Hex8528480462E301533622
Octal20550110010656605236642
Binary10000101101000100100001000110101110110000101010011110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852848; }

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

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

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

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

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

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

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

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