Html Css Color HEX #881D14 Falu Red

📋 copy color: '#881D14'

red 136 ◦ green 29 ◦ blue 20

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

Shades of Falu Red #881D14

Tints of Falu Red #881D14

RGB

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

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

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

R = 73.51%
G = 15.68%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#881D14 (or 0x881D14) is known color: Falu Red. HEX triplet: 88, 1D and 14. RGB value is (136,29,20). Sum of RGB (Red+Green+Blue) = 136+29+20=185 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.51% from 185); Green value is 29 (11.72% from 255 or 15.68% from 185); Blue value is 20 (8.20% from 255 or 10.81% from 185); Max value from RGB is 136 - color contains mainly: red. Hex color #881D14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881D14 is #77E2EB. Grayscale: #3C3C3C. Windows color (decimal): -7856876 or 1318280. OLE color: 1318280.

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

Color convert

RGB 136 29 20 -
CMYK 0 0.79 0.85 0.47
HSL 4.66º 0.74% 0.31% -
HSV(B) 4.66º 0.85% 0.53% -
XYZ 10.72 6.16 1.29 -
YUV 59.97 105.45 182.23 -
System Red Green Blue C M Y K H S L
Decimal 136 29 20 0 0.79 0.85 0.47 4.66 0.74 0.31
Hex 88 1D 14 0 4F 55 2F 5 4A 1F
Octal 210 35 24 0 117 125 57 5 112 37
Binary 10001000 11101 10100 0 1001111 1010101 101111 101 1001010 11111

Color Harmonies of #881D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881D14

Black with #881D14

Text Example


Text Example

White with #881D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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