#852E46

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

Shades of Disco #852E46

Tints of Disco #852E46

Color information

#852E46 (or 0x852E46) is unknown color: approx Disco. HEX triplet: 85, 2E and 46. RGB value is (133,46,70). Sum of RGB (Red+Green+Blue) = 133+46+70=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 46 (18.36% from 255 or 18.47% from 249); Blue value is 70 (27.73% from 255 or 28.11% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #852E46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852E46 is #7AD1B9. Grayscale: #4A4A4A. Windows color (decimal): -8049082 or 4599429. OLE color: 4599429.

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

Color convert

RGB1334670-
CMYK00.650.470.48
HSL343.45º48.6%35.1%-
HSV(B)343.45º65.41%52.16%-
XYZ11.767.386.6-
YUV74.75125.32169.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.41%
GREEN value IS 46 (18.36% from 255) = 18.47%
BLUE value IS 70 (27.73% from 255) = 28.11%
R=53.41%
G=18.47%
B=28.11%

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
Decimal133467000.650.470.48343.4548.635.1
Hex852E460412F301573123
Octal20556106010157605276143
Binary10000101101110100011001000001101111110000101010111110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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