#882C4A

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

Shades of Disco #882C4A

Tints of Disco #882C4A

Color information

#882C4A (or 0x882C4A) is unknown color: approx Disco. HEX triplet: 88, 2C and 4A. RGB value is (136,44,74). Sum of RGB (Red+Green+Blue) = 136+44+74=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 44 (17.58% from 255 or 17.32% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #882C4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882C4A is #77D3B5. Grayscale: #4A4A4A. Windows color (decimal): -7852982 or 4861064. OLE color: 4861064.

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

Color convert

RGB1364474-
CMYK00.680.460.47
HSL340.43º51.11%35.29%-
HSV(B)340.43º67.65%53.33%-
XYZ12.297.537.28-
YUV74.93127.48171.56-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.54%
GREEN value IS 44 (17.58% from 255) = 17.32%
BLUE value IS 74 (29.30% from 255) = 29.13%
R=53.54%
G=17.32%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136447400.680.460.47340.4351.1135.29
Hex882C4A0442E2F1543323
Octal21054112010456575246343
Binary10001000101100100101001000100101110101111101010100110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,44,74); }

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

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

 a { background-color: rgb(136,44,74); }

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

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

 span { border-color: rgb(136,44,74); }

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