Html Css Color HEX #881F0B Falu Red

📋 copy color: '#881F0B'

red 136 ◦ green 31 ◦ blue 11

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

Shades of Falu Red #881F0B

Tints of Falu Red #881F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.18%

R = 76.4%
G = 17.42%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.47

RGB Variations

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

Color information

#881F0B (or 0x881F0B) is known color: Falu Red. HEX triplet: 88, 1F and 0B. RGB value is (136,31,11). Sum of RGB (Red+Green+Blue) = 136+31+11=178 (23% of max value = 765). Red value is 136 (53.52% from 255 or 76.40% from 178); Green value is 31 (12.5% from 255 or 17.42% from 178); Blue value is 11 (4.69% from 255 or 6.18% from 178); Max value from RGB is 136 - color contains mainly: red. Hex color #881F0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881F0B is #77E0F4. Grayscale: #3C3C3C. Windows color (decimal): -7856373 or 728968. OLE color: 728968.

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

Color convert

RGB 136 31 11 -
CMYK 0 0.77 0.92 0.47
HSL 9.6º 0.85% 0.29% -
HSV(B) 9.6º 0.92% 0.53% -
XYZ 10.7 6.24 0.96 -
YUV 60.12 100.29 182.13 -
System Red Green Blue C M Y K H S L
Decimal 136 31 11 0 0.77 0.92 0.47 9.6 0.85 0.29
Hex 88 1F B 0 4D 5C 2F A 55 1D
Octal 210 37 13 0 115 134 57 12 125 35
Binary 10001000 11111 1011 0 1001101 1011100 101111 1010 1010101 11101

Color Harmonies of #881F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881F0B

Black with #881F0B

Text Example


Text Example

White with #881F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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