#852E47

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

Shades of Disco #852E47

Tints of Disco #852E47

Color information

#852E47 (or 0x852E47) is unknown color: approx Disco. HEX triplet: 85, 2E and 47. RGB value is (133,46,71). Sum of RGB (Red+Green+Blue) = 133+46+71=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 46 (18.36% from 255 or 18.4% from 250); Blue value is 71 (28.12% from 255 or 28.4% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #852E47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852E47 is #7AD1B8. Grayscale: #4A4A4A. Windows color (decimal): -8049081 or 4664965. OLE color: 4664965.

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

Color convert

RGB1334671-
CMYK00.650.470.48
HSL342.76º48.6%35.1%-
HSV(B)342.76º65.41%52.16%-
XYZ11.797.46.77-
YUV74.86125.82169.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.2%
GREEN value IS 46 (18.36% from 255) = 18.4%
BLUE value IS 71 (28.12% from 255) = 28.4%
R=53.2%
G=18.4%
B=28.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133467100.650.470.48342.7648.635.1
Hex852E470412F301573123
Octal20556107010157605276143
Binary10000101101110100011101000001101111110000101010111110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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