Html Css Color HEX #881412 Falu Red

📋 copy color: '#881412'

red 136 ◦ green 20 ◦ blue 18

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

Shades of Falu Red #881412

Tints of Falu Red #881412

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.49%

 BLUE value IS 18 (7.42% from 255) = 10.34%

R = 78.16%
G = 11.49%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#881412 (or 0x881412) is known color: Falu Red. HEX triplet: 88, 14 and 12. RGB value is (136,20,18). Sum of RGB (Red+Green+Blue) = 136+20+18=174 (23% of max value = 765). Red value is 136 (53.52% from 255 or 78.16% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 18 (7.42% from 255 or 10.34% from 174); Max value from RGB is 136 - color contains mainly: red. Hex color #881412 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881412 is #77EBED. Grayscale: #363636. Windows color (decimal): -7859182 or 1184904. OLE color: 1184904.

HSL color Cylindrical-coordinate representation of color #881412: hue angle of 1.02º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #881412 is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 20 18 -
CMYK 0 0.85 0.87 0.47
HSL 1.02º 0.77% 0.3% -
HSV(B) 1.02º 0.87% 0.53% -
XYZ 10.51 5.78 1.13 -
YUV 54.46 107.43 186.16 -
System Red Green Blue C M Y K H S L
Decimal 136 20 18 0 0.85 0.87 0.47 1.02 0.77 0.3
Hex 88 14 12 0 55 57 2F 1 4D 1E
Octal 210 24 22 0 125 127 57 1 115 36
Binary 10001000 10100 10010 0 1010101 1010111 101111 1 1001101 11110

Color Harmonies of #881412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881412

Black with #881412

Text Example


Text Example

White with #881412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881412; }

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

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

background-color css

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

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

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

border-color css

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

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

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