#852C50

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

Shades of Disco #852C50

Tints of Disco #852C50

Color information

#852C50 (or 0x852C50) is unknown color: approx Disco. HEX triplet: 85, 2C and 50. RGB value is (133,44,80). Sum of RGB (Red+Green+Blue) = 133+44+80=257 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.75% from 257); Green value is 44 (17.58% from 255 or 17.12% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 133 - color contains mainly: red. Hex color #852C50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852C50 is #7AD3AF. Grayscale: #4A4A4A. Windows color (decimal): -8049584 or 5254277. OLE color: 5254277.

HSL color Cylindrical-coordinate representation of color #852C50: hue angle of 335.73º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #852C50 is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB1334480-
CMYK00.670.400.48
HSL335.73º50.28%34.71%-
HSV(B)335.73º66.92%52.16%-
XYZ12.027.378.38-
YUV74.72130.99169.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.75%
GREEN value IS 44 (17.58% from 255) = 17.12%
BLUE value IS 80 (31.64% from 255) = 31.13%
R=51.75%
G=17.12%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133448000.670.400.48335.7350.2834.71
Hex852C5004328301503223
Octal20554120010350605206243
Binary10000101101100101000001000011101000110000101010000110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852C50; }

 p { color: rgb(133,44,80); }

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

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

 a { background-color: rgb(133,44,80); }

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

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

 span { border-color: rgb(133,44,80); }

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