#852C4E

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

Shades of Disco #852C4E

Tints of Disco #852C4E

Color information

#852C4E (or 0x852C4E) is unknown color: approx Disco. HEX triplet: 85, 2C and 4E. RGB value is (133,44,78). Sum of RGB (Red+Green+Blue) = 133+44+78=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 44 (17.58% from 255 or 17.25% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #852C4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852C4E is #7AD3B1. Grayscale: #4A4A4A. Windows color (decimal): -8049586 or 5123205. OLE color: 5123205.

HSL color Cylindrical-coordinate representation of color #852C4E: hue angle of 337.08º 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 #852C4E is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB1334478-
CMYK00.670.410.48
HSL337.08º50.28%34.71%-
HSV(B)337.08º66.92%52.16%-
XYZ11.957.347.99-
YUV74.49129.99169.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.16%
GREEN value IS 44 (17.58% from 255) = 17.25%
BLUE value IS 78 (30.86% from 255) = 30.59%
R=52.16%
G=17.25%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133447800.670.410.48337.0850.2834.71
Hex852C4E04329301513223
Octal20554116010351605216243
Binary10000101101100100111001000011101001110000101010001110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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