Html Css Color HEX #881E40 Disco

📋 copy color: '#881E40'

red 136 ◦ green 30 ◦ blue 64

#881E40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Disco #881E40

Tints of Disco #881E40

RGB

 RED value IS 136 (53.52% from 255) = 59.13%

 GREEN value IS 30 (12.11% from 255) = 13.04%

 BLUE value IS 64 (25.39% from 255) = 27.83%

R = 59.13%
G = 13.04%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#881E40 (or 0x881E40) is known color: Disco. HEX triplet: 88, 1E and 40. RGB value is (136,30,64). Sum of RGB (Red+Green+Blue) = 136+30+64=230 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.13% from 230); Green value is 30 (12.11% from 255 or 13.04% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 136 - color contains mainly: red. Hex color #881E40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881E40 is #77E1BF. Grayscale: #414141. Windows color (decimal): -7856576 or 4202120. OLE color: 4202120.

HSL color Cylindrical-coordinate representation of color #881E40: hue angle of 340.75º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #881E40 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 30 64 -
CMYK 0 0.78 0.53 0.47
HSL 340.75º 0.64% 0.33% -
HSV(B) 340.75º 0.78% 0.53% -
XYZ 11.54 6.53 5.5 -
YUV 65.57 127.12 178.24 -
System Red Green Blue C M Y K H S L
Decimal 136 30 64 0 0.78 0.53 0.47 340.75 0.64 0.33
Hex 88 1E 40 0 4E 35 2F 155 40 21
Octal 210 36 100 0 116 65 57 525 100 41
Binary 10001000 11110 1000000 0 1001110 110101 101111 101010101 1000000 100001

Color Harmonies of #881E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881E40

Black with #881E40

Text Example


Text Example

White with #881E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #881E40;
 }
 .AnyTagClassName
 {
   color: #881E40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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