#882F4D

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

Shades of Disco #882F4D

Tints of Disco #882F4D

Color information

#882F4D (or 0x882F4D) is unknown color: approx Disco. HEX triplet: 88, 2F and 4D. RGB value is (136,47,77). Sum of RGB (Red+Green+Blue) = 136+47+77=260 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.31% from 260); Green value is 47 (18.75% from 255 or 18.08% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 136 - color contains mainly: red. Hex color #882F4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882F4D is #77D0B2. Grayscale: #4D4D4D. Windows color (decimal): -7852211 or 5058440. OLE color: 5058440.

HSL color Cylindrical-coordinate representation of color #882F4D: hue angle of 339.78º 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 #882F4D is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB1364777-
CMYK00.650.430.47
HSL339.78º48.63%35.88%-
HSV(B)339.78º65.44%53.33%-
XYZ12.517.87.87-
YUV77.03127.99170.06-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.31%
GREEN value IS 47 (18.75% from 255) = 18.08%
BLUE value IS 77 (30.47% from 255) = 29.62%
R=52.31%
G=18.08%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136477700.650.430.47339.7848.6335.88
Hex882F4D0412B2F1543124
Octal21057115010153575246144
Binary10001000101111100110101000001101011101111101010100110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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