Html Css Color HEX #881D0E Falu Red

📋 copy color: '#881D0E'

red 136 ◦ green 29 ◦ blue 14

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

Shades of Falu Red #881D0E

Tints of Falu Red #881D0E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.2%

 BLUE value IS 14 (5.86% from 255) = 7.82%

R = 75.98%
G = 16.2%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#881D0E (or 0x881D0E) is known color: Falu Red. HEX triplet: 88, 1D and 0E. RGB value is (136,29,14). Sum of RGB (Red+Green+Blue) = 136+29+14=179 (23% of max value = 765). Red value is 136 (53.52% from 255 or 75.98% from 179); Green value is 29 (11.72% from 255 or 16.20% from 179); Blue value is 14 (5.86% from 255 or 7.82% from 179); Max value from RGB is 136 - color contains mainly: red. Hex color #881D0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881D0E is #77E2F1. Grayscale: #3B3B3B. Windows color (decimal): -7856882 or 925064. OLE color: 925064.

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

Color convert

RGB 136 29 14 -
CMYK 0 0.79 0.90 0.47
HSL 7.38º 0.81% 0.29% -
HSV(B) 7.38º 0.9% 0.53% -
XYZ 10.67 6.14 1.04 -
YUV 59.28 102.45 182.72 -
System Red Green Blue C M Y K H S L
Decimal 136 29 14 0 0.79 0.90 0.47 7.38 0.81 0.29
Hex 88 1D E 0 4F 5A 2F 7 51 1D
Octal 210 35 16 0 117 132 57 7 121 35
Binary 10001000 11101 1110 0 1001111 1011010 101111 111 1010001 11101

Color Harmonies of #881D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881D0E

Black with #881D0E

Text Example


Text Example

White with #881D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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