#852847

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

Shades of Disco #852847

Tints of Disco #852847

Color information

#852847 (or 0x852847) is unknown color: approx Disco. HEX triplet: 85, 28 and 47. RGB value is (133,40,71). Sum of RGB (Red+Green+Blue) = 133+40+71=244 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.51% from 244); Green value is 40 (16.02% from 255 or 16.39% from 244); Blue value is 71 (28.12% from 255 or 29.10% from 244); Max value from RGB is 133 - color contains mainly: red. Hex color #852847 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852847 is #7AD7B8. Grayscale: #474747. Windows color (decimal): -8050617 or 4663429. OLE color: 4663429.

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

Color convert

RGB1334071-
CMYK00.700.470.48
HSL340º53.76%33.92%-
HSV(B)340º69.92%52.16%-
XYZ11.576.966.69-
YUV71.34127.81171.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.51%
GREEN value IS 40 (16.02% from 255) = 16.39%
BLUE value IS 71 (28.12% from 255) = 29.10%
R=54.51%
G=16.39%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133407100.700.470.4834053.7633.92
Hex8528470462F301543622
Octal20550107010657605246642
Binary10000101101000100011101000110101111110000101010100110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852847; }

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

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

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

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

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

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

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

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