Html Css Color HEX #881F08 Falu Red

📋 copy color: '#881F08'

red 136 ◦ green 31 ◦ blue 8

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

Shades of Falu Red #881F08

Tints of Falu Red #881F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.57%

R = 77.71%
G = 17.71%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#881F08 (or 0x881F08) is known color: Falu Red. HEX triplet: 88, 1F and 08. RGB value is (136,31,8). Sum of RGB (Red+Green+Blue) = 136+31+8=175 (23% of max value = 765). Red value is 136 (53.52% from 255 or 77.71% from 175); Green value is 31 (12.5% from 255 or 17.71% from 175); Blue value is 8 (3.52% from 255 or 4.57% from 175); Max value from RGB is 136 - color contains mainly: red. Hex color #881F08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881F08 is #77E0F7. Grayscale: #3B3B3B. Windows color (decimal): -7856376 or 532360. OLE color: 532360.

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

Color convert

RGB 136 31 8 -
CMYK 0 0.77 0.94 0.47
HSL 10.78º 0.89% 0.28% -
HSV(B) 10.78º 0.94% 0.53% -
XYZ 10.69 6.23 0.87 -
YUV 59.77 98.79 182.37 -
System Red Green Blue C M Y K H S L
Decimal 136 31 8 0 0.77 0.94 0.47 10.78 0.89 0.28
Hex 88 1F 8 0 4D 5E 2F B 59 1C
Octal 210 37 10 0 115 136 57 13 131 34
Binary 10001000 11111 1000 0 1001101 1011110 101111 1011 1011001 11100

Color Harmonies of #881F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881F08

Black with #881F08

Text Example


Text Example

White with #881F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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