#882F4C

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

Shades of Disco #882F4C

Tints of Disco #882F4C

Color information

#882F4C (or 0x882F4C) is unknown color: approx Disco. HEX triplet: 88, 2F and 4C. RGB value is (136,47,76). Sum of RGB (Red+Green+Blue) = 136+47+76=259 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.51% from 259); Green value is 47 (18.75% from 255 or 18.15% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 136 - color contains mainly: red. Hex color #882F4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882F4C is #77D0B3. Grayscale: #4C4C4C. Windows color (decimal): -7852212 or 4992904. OLE color: 4992904.

HSL color Cylindrical-coordinate representation of color #882F4C: hue angle of 340.45º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #882F4C is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB1364776-
CMYK00.650.440.47
HSL340.45º48.63%35.88%-
HSV(B)340.45º65.44%53.33%-
XYZ12.477.797.68-
YUV76.92127.49170.14-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.51%
GREEN value IS 47 (18.75% from 255) = 18.15%
BLUE value IS 76 (30.08% from 255) = 29.34%
R=52.51%
G=18.15%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136477600.650.440.47340.4548.6335.88
Hex882F4C0412C2F1543124
Octal21057114010154575246144
Binary10001000101111100110001000001101100101111101010100110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882F4C; }

 p { color: rgb(136,47,76); }

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

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

 a { background-color: rgb(136,47,76); }

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

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

 span { border-color: rgb(136,47,76); }

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