Html Css Color HEX #881E18 Falu Red

📋 copy color: '#881E18'

red 136 ◦ green 30 ◦ blue 24

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

Shades of Falu Red #881E18

Tints of Falu Red #881E18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.63%

R = 71.58%
G = 15.79%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#881E18 (or 0x881E18) is known color: Falu Red. HEX triplet: 88, 1E and 18. RGB value is (136,30,24). Sum of RGB (Red+Green+Blue) = 136+30+24=190 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.58% from 190); Green value is 30 (12.11% from 255 or 15.79% from 190); Blue value is 24 (9.77% from 255 or 12.63% from 190); Max value from RGB is 136 - color contains mainly: red. Hex color #881E18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881E18 is #77E1E7. Grayscale: #3D3D3D. Windows color (decimal): -7856616 or 1580680. OLE color: 1580680.

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

Color convert

RGB 136 30 24 -
CMYK 0 0.78 0.82 0.47
HSL 3.21º 0.7% 0.31% -
HSV(B) 3.21º 0.82% 0.53% -
XYZ 10.78 6.23 1.5 -
YUV 61.01 107.12 181.49 -
System Red Green Blue C M Y K H S L
Decimal 136 30 24 0 0.78 0.82 0.47 3.21 0.7 0.31
Hex 88 1E 18 0 4E 52 2F 3 46 1F
Octal 210 36 30 0 116 122 57 3 106 37
Binary 10001000 11110 11000 0 1001110 1010010 101111 11 1000110 11111

Color Harmonies of #881E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881E18

Black with #881E18

Text Example


Text Example

White with #881E18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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