#852644

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

Shades of Disco #852644

Tints of Disco #852644

Color information

#852644 (or 0x852644) is unknown color: approx Disco. HEX triplet: 85, 26 and 44. RGB value is (133,38,68). Sum of RGB (Red+Green+Blue) = 133+38+68=239 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.65% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 68 (26.95% from 255 or 28.45% from 239); Max value from RGB is 133 - color contains mainly: red. Hex color #852644 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852644 is #7AD9BB. Grayscale: #454545. Windows color (decimal): -8051132 or 4466309. OLE color: 4466309.

HSL color Cylindrical-coordinate representation of color #852644: hue angle of 341.05º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #852644 is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.48.

Color convert

RGB1333868-
CMYK00.710.490.48
HSL341.05º55.56%33.53%-
HSV(B)341.05º71.43%52.16%-
XYZ11.416.796.18-
YUV69.82126.97173.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 55.65%
GREEN value IS 38 (15.23% from 255) = 15.90%
BLUE value IS 68 (26.95% from 255) = 28.45%
R=55.65%
G=15.90%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133386800.710.490.48341.0555.5633.53
Hex85264404731301553822
Octal20546104010761605257042
Binary10000101100110100010001000111110001110000101010101111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852644; }

 p { color: rgb(133,38,68); }

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

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

 a { background-color: rgb(133,38,68); }

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

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

 span { border-color: rgb(133,38,68); }

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