#882847

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

Shades of Disco #882847

Tints of Disco #882847

Color information

#882847 (or 0x882847) is unknown color: approx Disco. HEX triplet: 88, 28 and 47. RGB value is (136,40,71). Sum of RGB (Red+Green+Blue) = 136+40+71=247 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.06% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 71 (28.12% from 255 or 28.74% from 247); Max value from RGB is 136 - color contains mainly: red. Hex color #882847 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882847 is #77D7B8. Grayscale: #484848. Windows color (decimal): -7854009 or 4663432. OLE color: 4663432.

HSL color Cylindrical-coordinate representation of color #882847: hue angle of 340.62º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #882847 is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB1364071-
CMYK00.710.480.47
HSL340.62º54.55%34.51%-
HSV(B)340.62º70.59%53.33%-
XYZ12.057.216.72-
YUV72.24127.3173.48-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.06%
GREEN value IS 40 (16.02% from 255) = 16.19%
BLUE value IS 71 (28.12% from 255) = 28.74%
R=55.06%
G=16.19%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136407100.710.480.47340.6254.5534.51
Hex882847047302F1553723
Octal21050107010760575256743
Binary10001000101000100011101000111110000101111101010101110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882847; }

 p { color: rgb(136,40,71); }

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

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

 a { background-color: rgb(136,40,71); }

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

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

 span { border-color: rgb(136,40,71); }

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