Html Css Color HEX #881F19 Falu Red

📋 copy color: '#881F19'

red 136 ◦ green 31 ◦ blue 25

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

Shades of Falu Red #881F19

Tints of Falu Red #881F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.02%

R = 70.83%
G = 16.15%
B = 13.02%

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

#881F19 (or 0x881F19) is known color: Falu Red. HEX triplet: 88, 1F and 19. RGB value is (136,31,25). Sum of RGB (Red+Green+Blue) = 136+31+25=192 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.83% from 192); Green value is 31 (12.5% from 255 or 16.15% from 192); Blue value is 25 (10.16% from 255 or 13.02% from 192); Max value from RGB is 136 - color contains mainly: red. Hex color #881F19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881F19 is #77E0E6. Grayscale: #3D3D3D. Windows color (decimal): -7856359 or 1646472. OLE color: 1646472.

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

Color convert

RGB 136 31 25 -
CMYK 0 0.77 0.82 0.47
HSL 3.24º 0.69% 0.32% -
HSV(B) 3.24º 0.82% 0.53% -
XYZ 10.82 6.28 1.56 -
YUV 61.71 107.29 180.99 -
System Red Green Blue C M Y K H S L
Decimal 136 31 25 0 0.77 0.82 0.47 3.24 0.69 0.32
Hex 88 1F 19 0 4D 52 2F 3 45 20
Octal 210 37 31 0 115 122 57 3 105 40
Binary 10001000 11111 11001 0 1001101 1010010 101111 11 1000101 100000

Color Harmonies of #881F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881F19

Black with #881F19

Text Example


Text Example

White with #881F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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