#880E3E

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

Shades of Disco #880E3E

Tints of Disco #880E3E

Color information

#880E3E (or 0x880E3E) is unknown color: approx Disco. HEX triplet: 88, 0E and 3E. RGB value is (136,14,62). Sum of RGB (Red+Green+Blue) = 136+14+62=212 (28% of max value = 765). Red value is 136 (53.52% from 255 or 64.15% from 212); Green value is 14 (5.86% from 255 or 6.60% from 212); Blue value is 62 (24.61% from 255 or 29.25% from 212); Max value from RGB is 136 - color contains mainly: red. Hex color #880E3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880E3E is #77F1C1. Grayscale: #373737. Windows color (decimal): -7860674 or 4066952. OLE color: 4066952.

HSL color Cylindrical-coordinate representation of color #880E3E: hue angle of 336.39º 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 #880E3E is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB1361462-
CMYK00.900.540.47
HSL336.39º81.33%29.41%-
HSV(B)336.39º89.71%53.33%-
XYZ11.185.95.11-
YUV55.95131.42185.1-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 64.15%
GREEN value IS 14 (5.86% from 255) = 6.60%
BLUE value IS 62 (24.61% from 255) = 29.25%
R=64.15%
G=6.60%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136146200.900.540.47336.3981.3329.41
Hex88E3E05A362F150511d
Octal21016760132665752012135
Binary10001000111011111001011010110110101111101010000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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