#852C47

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

Shades of Disco #852C47

Tints of Disco #852C47

Color information

#852C47 (or 0x852C47) is unknown color: approx Disco. HEX triplet: 85, 2C and 47. RGB value is (133,44,71). Sum of RGB (Red+Green+Blue) = 133+44+71=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 44 (17.58% from 255 or 17.74% from 248); Blue value is 71 (28.12% from 255 or 28.63% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #852C47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852C47 is #7AD3B8. Grayscale: #494949. Windows color (decimal): -8049593 or 4664453. OLE color: 4664453.

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

Color convert

RGB1334471-
CMYK00.670.470.48
HSL341.8º50.28%34.71%-
HSV(B)341.8º66.92%52.16%-
XYZ11.717.246.74-
YUV73.69126.49170.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.63%
GREEN value IS 44 (17.58% from 255) = 17.74%
BLUE value IS 71 (28.12% from 255) = 28.63%
R=53.63%
G=17.74%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133447100.670.470.48341.850.2834.71
Hex852C470432F301563223
Octal20554107010357605266243
Binary10000101101100100011101000011101111110000101010110110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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