#852246

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

Shades of Disco #852246

Tints of Disco #852246

Color information

#852246 (or 0x852246) is unknown color: approx Disco. HEX triplet: 85, 22 and 46. RGB value is (133,34,70). Sum of RGB (Red+Green+Blue) = 133+34+70=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 34 (13.67% from 255 or 14.35% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #852246 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852246 is #7ADDB9. Grayscale: #434343. Windows color (decimal): -8052154 or 4596357. OLE color: 4596357.

HSL color Cylindrical-coordinate representation of color #852246: hue angle of 338.18º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #852246 is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB1333470-
CMYK00.740.470.48
HSL338.18º59.28%32.75%-
HSV(B)338.18º74.44%52.16%-
XYZ11.356.576.46-
YUV67.7129.3174.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 56.12%
GREEN value IS 34 (13.67% from 255) = 14.35%
BLUE value IS 70 (27.73% from 255) = 29.54%
R=56.12%
G=14.35%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133347000.740.470.48338.1859.2832.75
Hex85224604A2F301523b21
Octal20542106011257605227341
Binary10000101100010100011001001010101111110000101010010111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852246; }

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

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

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

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

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

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

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

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