#852C48

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

Shades of Disco #852C48

Tints of Disco #852C48

Color information

#852C48 (or 0x852C48) is unknown color: approx Disco. HEX triplet: 85, 2C and 48. RGB value is (133,44,72). Sum of RGB (Red+Green+Blue) = 133+44+72=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 72 (28.52% from 255 or 28.92% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #852C48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852C48 is #7AD3B7. Grayscale: #494949. Windows color (decimal): -8049592 or 4729989. OLE color: 4729989.

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

Color convert

RGB1334472-
CMYK00.670.460.48
HSL341.12º50.28%34.71%-
HSV(B)341.12º66.92%52.16%-
XYZ11.747.266.91-
YUV73.8126.99170.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.41%
GREEN value IS 44 (17.58% from 255) = 17.67%
BLUE value IS 72 (28.52% from 255) = 28.92%
R=53.41%
G=17.67%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133447200.670.460.48341.1250.2834.71
Hex852C480432E301553223
Octal20554110010356605256243
Binary10000101101100100100001000011101110110000101010101110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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