Html Css Color HEX #881E14 Falu Red

📋 copy color: '#881E14'

red 136 ◦ green 30 ◦ blue 20

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

Shades of Falu Red #881E14

Tints of Falu Red #881E14

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.13%

 BLUE value IS 20 (8.2% from 255) = 10.75%

R = 73.12%
G = 16.13%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#881E14 (or 0x881E14) is known color: Falu Red. HEX triplet: 88, 1E and 14. RGB value is (136,30,20). Sum of RGB (Red+Green+Blue) = 136+30+20=186 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.12% from 186); Green value is 30 (12.11% from 255 or 16.13% from 186); Blue value is 20 (8.20% from 255 or 10.75% from 186); Max value from RGB is 136 - color contains mainly: red. Hex color #881E14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881E14 is #77E1EB. Grayscale: #3C3C3C. Windows color (decimal): -7856620 or 1318536. OLE color: 1318536.

HSL color Cylindrical-coordinate representation of color #881E14: hue angle of 5.17º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #881E14 is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 30 20 -
CMYK 0 0.78 0.85 0.47
HSL 5.17º 0.74% 0.31% -
HSV(B) 5.17º 0.85% 0.53% -
XYZ 10.74 6.21 1.29 -
YUV 60.55 105.12 181.81 -
System Red Green Blue C M Y K H S L
Decimal 136 30 20 0 0.78 0.85 0.47 5.17 0.74 0.31
Hex 88 1E 14 0 4E 55 2F 5 4A 1F
Octal 210 36 24 0 116 125 57 5 112 37
Binary 10001000 11110 10100 0 1001110 1010101 101111 101 1001010 11111

Color Harmonies of #881E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881E14

Black with #881E14

Text Example


Text Example

White with #881E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881E14; }

 p { color: rgb(136,30,20); }

 H1.HeaderClassName
 {
   color: #881E14;
 }
 .AnyTagClassName
 {
   color: #881E14;
 }
</style>

background-color css

<style>
 a { background-color: #881E14; }

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

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

border-color css

<style>
 span { border-color: #881E14; }

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

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