#880E0E

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

Shades of Falu Red #880E0E

Tints of Falu Red #880E0E

Color information

#880E0E (or 0x880E0E) is unknown color: approx Falu Red. HEX triplet: 88, 0E and 0E. RGB value is (136,14,14). Sum of RGB (Red+Green+Blue) = 136+14+14=164 (21% of max value = 765). Red value is 136 (53.52% from 255 or 82.93% from 164); Green value is 14 (5.86% from 255 or 8.54% from 164); Blue value is 14 (5.86% from 255 or 8.54% from 164); Max value from RGB is 136 - color contains mainly: red. Hex color #880E0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880E0E is #77F1F1. Grayscale: #323232. Windows color (decimal): -7860722 or 921224. OLE color: 921224.

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

Color convert

RGB1361414-
CMYK00.900.900.47
HSL81.33%29.41%-
HSV(B)89.71%53.33%-
XYZ10.395.580.94-
YUV50.48107.42189-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 82.93%
GREEN value IS 14 (5.86% from 255) = 8.54%
BLUE value IS 14 (5.86% from 255) = 8.54%
R=82.93%
G=8.54%
B=8.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136141400.900.900.47081.3329.41
Hex88EE05A5A2F0511d
Octal2101616013213257012135
Binary10001000111011100101101010110101011110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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