Html Css Color HEX #881909 Falu Red

📋 copy color: '#881909'

red 136 ◦ green 25 ◦ blue 9

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

Shades of Falu Red #881909

Tints of Falu Red #881909

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.71%

 BLUE value IS 9 (3.91% from 255) = 5.29%

R = 80%
G = 14.71%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#881909 (or 0x881909) is known color: Falu Red. HEX triplet: 88, 19 and 09. RGB value is (136,25,9). Sum of RGB (Red+Green+Blue) = 136+25+9=170 (22% of max value = 765). Red value is 136 (53.52% from 255 or 80% from 170); Green value is 25 (10.16% from 255 or 14.71% from 170); Blue value is 9 (3.91% from 255 or 5.29% from 170); Max value from RGB is 136 - color contains mainly: red. Hex color #881909 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881909 is #77E6F6. Grayscale: #383838. Windows color (decimal): -7857911 or 596360. OLE color: 596360.

HSL color Cylindrical-coordinate representation of color #881909: hue angle of 7.56º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #881909 is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 25 9 -
CMYK 0 0.82 0.93 0.47
HSL 7.56º 0.88% 0.28% -
HSV(B) 7.56º 0.93% 0.53% -
XYZ 10.55 5.95 0.85 -
YUV 56.37 101.27 184.8 -
System Red Green Blue C M Y K H S L
Decimal 136 25 9 0 0.82 0.93 0.47 7.56 0.88 0.28
Hex 88 19 9 0 52 5D 2F 8 58 1C
Octal 210 31 11 0 122 135 57 10 130 34
Binary 10001000 11001 1001 0 1010010 1011101 101111 1000 1011000 11100

Color Harmonies of #881909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881909

Black with #881909

Text Example


Text Example

White with #881909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881909; }

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

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

background-color css

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

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

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

border-color css

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

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

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