#881B40

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

Shades of Disco #881B40

Tints of Disco #881B40

Color information

#881B40 (or 0x881B40) is unknown color: approx Disco. HEX triplet: 88, 1B and 40. RGB value is (136,27,64). Sum of RGB (Red+Green+Blue) = 136+27+64=227 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.91% from 227); Green value is 27 (10.94% from 255 or 11.89% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 136 - color contains mainly: red. Hex color #881B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881B40 is #77E4BF. Grayscale: #3F3F3F. Windows color (decimal): -7857344 or 4201352. OLE color: 4201352.

HSL color Cylindrical-coordinate representation of color #881B40: hue angle of 339.63º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #881B40 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB1362764-
CMYK00.800.530.47
HSL339.63º66.87%31.96%-
HSV(B)339.63º80.15%53.33%-
XYZ11.476.395.48-
YUV63.81128.11179.49-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 59.91%
GREEN value IS 27 (10.94% from 255) = 11.89%
BLUE value IS 64 (25.39% from 255) = 28.19%
R=59.91%
G=11.89%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136276400.800.530.47339.6366.8731.96
Hex881B40050352F1544320
Octal210331000120655752410340
Binary10001000110111000000010100001101011011111010101001000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881B40; }

 p { color: rgb(136,27,64); }

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

<style>
 a { background-color: #881B40; }

 a { background-color: rgb(136,27,64); }

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

<style>
 span { border-color: #881B40; }

 span { border-color: rgb(136,27,64); }

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