#882A4C

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

Shades of Disco #882A4C

Tints of Disco #882A4C

Color information

#882A4C (or 0x882A4C) is unknown color: approx Disco. HEX triplet: 88, 2A and 4C. RGB value is (136,42,76). Sum of RGB (Red+Green+Blue) = 136+42+76=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 42 (16.80% from 255 or 16.54% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #882A4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882A4C is #77D5B3. Grayscale: #494949. Windows color (decimal): -7853492 or 4991624. OLE color: 4991624.

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

Color convert

RGB1364276-
CMYK00.690.440.47
HSL338.3º52.81%34.9%-
HSV(B)338.3º69.12%53.33%-
XYZ12.297.417.62-
YUV73.98129.14172.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.54%
GREEN value IS 42 (16.80% from 255) = 16.54%
BLUE value IS 76 (30.08% from 255) = 29.92%
R=53.54%
G=16.54%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136427600.690.440.47338.352.8134.9
Hex882A4C0452C2F1523523
Octal21052114010554575226543
Binary10001000101010100110001000101101100101111101010010110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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