#852647

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

Shades of Disco #852647

Tints of Disco #852647

Color information

#852647 (or 0x852647) is unknown color: approx Disco. HEX triplet: 85, 26 and 47. RGB value is (133,38,71). Sum of RGB (Red+Green+Blue) = 133+38+71=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 71 (28.12% from 255 or 29.34% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #852647 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852647 is #7AD9B8. Grayscale: #464646. Windows color (decimal): -8051129 or 4662917. OLE color: 4662917.

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

Color convert

RGB1333871-
CMYK00.710.470.48
HSL339.16º55.56%33.53%-
HSV(B)339.16º71.43%52.16%-
XYZ11.56.836.67-
YUV70.17128.47172.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.96%
GREEN value IS 38 (15.23% from 255) = 15.70%
BLUE value IS 71 (28.12% from 255) = 29.34%
R=54.96%
G=15.70%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133387100.710.470.48339.1655.5633.53
Hex8526470472F301533822
Octal20546107010757605237042
Binary10000101100110100011101000111101111110000101010011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852647; }

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

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

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

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

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

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

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

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