Html Css Color HEX #881F0A Falu Red

📋 copy color: '#881F0A'

red 136 ◦ green 31 ◦ blue 10

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

Shades of Falu Red #881F0A

Tints of Falu Red #881F0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.65%

R = 76.84%
G = 17.51%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#881F0A (or 0x881F0A) is known color: Falu Red. HEX triplet: 88, 1F and 0A. RGB value is (136,31,10). Sum of RGB (Red+Green+Blue) = 136+31+10=177 (23% of max value = 765). Red value is 136 (53.52% from 255 or 76.84% from 177); Green value is 31 (12.5% from 255 or 17.51% from 177); Blue value is 10 (4.30% from 255 or 5.65% from 177); Max value from RGB is 136 - color contains mainly: red. Hex color #881F0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881F0A is #77E0F5. Grayscale: #3C3C3C. Windows color (decimal): -7856374 or 663432. OLE color: 663432.

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

Color convert

RGB 136 31 10 -
CMYK 0 0.77 0.93 0.47
HSL 10º 0.86% 0.29% -
HSV(B) 10º 0.93% 0.53% -
XYZ 10.7 6.24 0.93 -
YUV 60 99.79 182.21 -
System Red Green Blue C M Y K H S L
Decimal 136 31 10 0 0.77 0.93 0.47 10 0.86 0.29
Hex 88 1F A 0 4D 5D 2F A 56 1D
Octal 210 37 12 0 115 135 57 12 126 35
Binary 10001000 11111 1010 0 1001101 1011101 101111 1010 1010110 11101

Color Harmonies of #881F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881F0A

Black with #881F0A

Text Example


Text Example

White with #881F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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