Html Css Color HEX #881F17 Falu Red

📋 copy color: '#881F17'

red 136 ◦ green 31 ◦ blue 23

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

Shades of Falu Red #881F17

Tints of Falu Red #881F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.11%

R = 71.58%
G = 16.32%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.47

RGB Variations

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

Color information

#881F17 (or 0x881F17) is known color: Falu Red. HEX triplet: 88, 1F and 17. RGB value is (136,31,23). Sum of RGB (Red+Green+Blue) = 136+31+23=190 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.58% from 190); Green value is 31 (12.5% from 255 or 16.32% from 190); Blue value is 23 (9.38% from 255 or 12.11% from 190); Max value from RGB is 136 - color contains mainly: red. Hex color #881F17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881F17 is #77E0E8. Grayscale: #3D3D3D. Windows color (decimal): -7856361 or 1515400. OLE color: 1515400.

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

Color convert

RGB 136 31 23 -
CMYK 0 0.77 0.83 0.47
HSL 4.25º 0.71% 0.31% -
HSV(B) 4.25º 0.83% 0.53% -
XYZ 10.8 6.28 1.45 -
YUV 61.48 106.29 181.15 -
System Red Green Blue C M Y K H S L
Decimal 136 31 23 0 0.77 0.83 0.47 4.25 0.71 0.31
Hex 88 1F 17 0 4D 53 2F 4 47 1F
Octal 210 37 27 0 115 123 57 4 107 37
Binary 10001000 11111 10111 0 1001101 1010011 101111 100 1000111 11111

Color Harmonies of #881F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881F17

Black with #881F17

Text Example


Text Example

White with #881F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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