Html Css Color HEX #880F0E Falu Red

📋 copy color: '#880F0E'

red 136 ◦ green 15 ◦ blue 14

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

Shades of Falu Red #880F0E

Tints of Falu Red #880F0E

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 value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#880F0E (or 0x880F0E) is known color: 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

RGB 136 15 14 -
CMYK 0 0.89 0.90 0.47
HSL 0.49º 0.81% 0.29% -
HSV(B) 0.49º 0.9% 0.53% -
XYZ 10.4 5.61 0.95 -
YUV 51.07 107.09 188.58 -
System Red Green Blue C M Y K H S L
Decimal 136 15 14 0 0.89 0.90 0.47 0.49 0.81 0.29
Hex 88 F E 0 59 5A 2F 0 51 1D
Octal 210 17 16 0 131 132 57 0 121 35
Binary 10001000 1111 1110 0 1011001 1011010 101111 0 1010001 11101

Color Harmonies of #880F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880F0E

Black with #880F0E

Text Example


Text Example

White with #880F0E

Text Example


Text Example

HTML Codes & Css Web 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>