Html Css Color HEX #880E40 Disco

📋 copy color: '#880E40'

red 136 ◦ green 14 ◦ blue 64

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

Shades of Disco #880E40

Tints of Disco #880E40

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.54%

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

R = 63.55%
G = 6.54%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#880E40 (or 0x880E40) is known color: Disco. HEX triplet: 88, 0E and 40. RGB value is (136,14,64). Sum of RGB (Red+Green+Blue) = 136+14+64=214 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.55% from 214); Green value is 14 (5.86% from 255 or 6.54% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 136 - color contains mainly: red. Hex color #880E40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880E40 is #77F1BF. Grayscale: #383838. Windows color (decimal): -7860672 or 4198024. OLE color: 4198024.

HSL color Cylindrical-coordinate representation of color #880E40: hue angle of 335.41º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #880E40 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 14 64 -
CMYK 0 0.90 0.53 0.47
HSL 335.41º 0.81% 0.29% -
HSV(B) 335.41º 0.9% 0.53% -
XYZ 11.24 5.92 5.4 -
YUV 56.18 132.42 184.93 -
System Red Green Blue C M Y K H S L
Decimal 136 14 64 0 0.90 0.53 0.47 335.41 0.81 0.29
Hex 88 E 40 0 5A 35 2F 14F 51 1D
Octal 210 16 100 0 132 65 57 517 121 35
Binary 10001000 1110 1000000 0 1011010 110101 101111 101001111 1010001 11101

Color Harmonies of #880E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880E40

Black with #880E40

Text Example


Text Example

White with #880E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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