#882B48

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

Shades of Disco #882B48

Tints of Disco #882B48

Color information

#882B48 (or 0x882B48) is unknown color: approx Disco. HEX triplet: 88, 2B and 48. RGB value is (136,43,72). Sum of RGB (Red+Green+Blue) = 136+43+72=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 43 (17.19% from 255 or 17.13% from 251); Blue value is 72 (28.52% from 255 or 28.69% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #882B48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882B48 is #77D4B7. Grayscale: #4A4A4A. Windows color (decimal): -7853240 or 4729736. OLE color: 4729736.

HSL color Cylindrical-coordinate representation of color #882B48: hue angle of 341.29º degrees, saturation: 0.52, 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 #882B48 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB1364372-
CMYK00.680.470.47
HSL341.29º51.96%35.1%-
HSV(B)341.29º68.38%53.33%-
XYZ12.197.436.92-
YUV74.11126.81172.14-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 54.18%
GREEN value IS 43 (17.19% from 255) = 17.13%
BLUE value IS 72 (28.52% from 255) = 28.69%
R=54.18%
G=17.13%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136437200.680.470.47341.2951.9635.1
Hex882B480442F2F1553423
Octal21053110010457575256443
Binary10001000101011100100001000100101111101111101010101110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,43,72); }

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

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

 a { background-color: rgb(136,43,72); }

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

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

 span { border-color: rgb(136,43,72); }

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