Html Css Color HEX #881609 Falu Red

📋 copy color: '#881609'

red 136 ◦ green 22 ◦ blue 9

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

Shades of Falu Red #881609

Tints of Falu Red #881609

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.17%

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

R = 81.44%
G = 13.17%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#881609 (or 0x881609) is known color: Falu Red. HEX triplet: 88, 16 and 09. RGB value is (136,22,9). Sum of RGB (Red+Green+Blue) = 136+22+9=167 (22% of max value = 765). Red value is 136 (53.52% from 255 or 81.44% from 167); Green value is 22 (8.98% from 255 or 13.17% from 167); Blue value is 9 (3.91% from 255 or 5.39% from 167); Max value from RGB is 136 - color contains mainly: red. Hex color #881609 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881609 is #77E9F6. Grayscale: #363636. Windows color (decimal): -7858679 or 595592. OLE color: 595592.

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

Color convert

RGB 136 22 9 -
CMYK 0 0.84 0.93 0.47
HSL 6.14º 0.88% 0.28% -
HSV(B) 6.14º 0.93% 0.53% -
XYZ 10.49 5.83 0.83 -
YUV 54.6 102.27 186.06 -
System Red Green Blue C M Y K H S L
Decimal 136 22 9 0 0.84 0.93 0.47 6.14 0.88 0.28
Hex 88 16 9 0 54 5D 2F 6 58 1C
Octal 210 26 11 0 124 135 57 6 130 34
Binary 10001000 10110 1001 0 1010100 1011101 101111 110 1011000 11100

Color Harmonies of #881609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881609

Black with #881609

Text Example


Text Example

White with #881609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881609; }

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

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

background-color css

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

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

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

border-color css

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

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

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