Html Css Color HEX #881F18 Falu Red

📋 copy color: '#881F18'

red 136 ◦ green 31 ◦ blue 24

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

Shades of Falu Red #881F18

Tints of Falu Red #881F18

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.23%

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

R = 71.2%
G = 16.23%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#881F18 (or 0x881F18) is known color: Falu Red. HEX triplet: 88, 1F and 18. RGB value is (136,31,24). Sum of RGB (Red+Green+Blue) = 136+31+24=191 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.20% from 191); Green value is 31 (12.5% from 255 or 16.23% from 191); Blue value is 24 (9.77% from 255 or 12.57% from 191); Max value from RGB is 136 - color contains mainly: red. Hex color #881F18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881F18 is #77E0E7. Grayscale: #3D3D3D. Windows color (decimal): -7856360 or 1580936. OLE color: 1580936.

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

Color convert

RGB 136 31 24 -
CMYK 0 0.77 0.82 0.47
HSL 3.75º 0.7% 0.31% -
HSV(B) 3.75º 0.82% 0.53% -
XYZ 10.81 6.28 1.51 -
YUV 61.6 106.79 181.07 -
System Red Green Blue C M Y K H S L
Decimal 136 31 24 0 0.77 0.82 0.47 3.75 0.7 0.31
Hex 88 1F 18 0 4D 52 2F 4 46 1F
Octal 210 37 30 0 115 122 57 4 106 37
Binary 10001000 11111 11000 0 1001101 1010010 101111 100 1000110 11111

Color Harmonies of #881F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881F18

Black with #881F18

Text Example


Text Example

White with #881F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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