Html Css Color HEX #881809 Falu Red

📋 copy color: '#881809'

red 136 ◦ green 24 ◦ blue 9

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

Shades of Falu Red #881809

Tints of Falu Red #881809

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.2%

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

R = 80.47%
G = 14.2%
B = 5.33%

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

#881809 (or 0x881809) is known color: Falu Red. HEX triplet: 88, 18 and 09. RGB value is (136,24,9). Sum of RGB (Red+Green+Blue) = 136+24+9=169 (22% of max value = 765). Red value is 136 (53.52% from 255 or 80.47% from 169); Green value is 24 (9.77% from 255 or 14.20% from 169); Blue value is 9 (3.91% from 255 or 5.33% from 169); Max value from RGB is 136 - color contains mainly: red. Hex color #881809 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881809 is #77E7F6. Grayscale: #373737. Windows color (decimal): -7858167 or 596104. OLE color: 596104.

HSL color Cylindrical-coordinate representation of color #881809: hue angle of 7.09º 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 #881809 is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 24 9 -
CMYK 0 0.82 0.93 0.47
HSL 7.09º 0.88% 0.28% -
HSV(B) 7.09º 0.93% 0.53% -
XYZ 10.53 5.91 0.84 -
YUV 55.78 101.61 185.22 -
System Red Green Blue C M Y K H S L
Decimal 136 24 9 0 0.82 0.93 0.47 7.09 0.88 0.28
Hex 88 18 9 0 52 5D 2F 7 58 1C
Octal 210 30 11 0 122 135 57 7 130 34
Binary 10001000 11000 1001 0 1010010 1011101 101111 111 1011000 11100

Color Harmonies of #881809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881809

Black with #881809

Text Example


Text Example

White with #881809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881809; }

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

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

background-color css

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

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

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

border-color css

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

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

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