#880F0E

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

Shades of Falu Red #880F0E

Tints of Falu Red #880F0E

Color information

#880F0E (or 0x880F0E) is unknown color: approx Falu Red. HEX triplet: 88, 0F and 0E. RGB value is (136,15,14). Sum of RGB (Red+Green+Blue) = 136+15+14=165 (21% of max value = 765). Red value is 136 (53.52% from 255 or 82.42% from 165); Green value is 15 (6.25% from 255 or 9.09% from 165); Blue value is 14 (5.86% from 255 or 8.48% from 165); Max value from RGB is 136 - color contains mainly: red. Hex color #880F0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880F0E is #77F0F1. Grayscale: #333333. Windows color (decimal): -7860466 or 921480. OLE color: 921480.

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

Color convert

RGB1361514-
CMYK00.890.900.47
HSL0.49º81.33%29.41%-
HSV(B)0.49º89.71%53.33%-
XYZ10.45.610.95-
YUV51.06107.09188.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 82.42%
GREEN value IS 15 (6.25% from 255) = 9.09%
BLUE value IS 14 (5.86% from 255) = 8.48%
R=82.42%
G=9.09%
B=8.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136151400.890.900.470.4981.3329.41
Hex88FE0595A2F0511d
Octal2101716013113257012135
Binary10001000111111100101100110110101011110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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