Html Css Color HEX #881908 Falu Red

📋 copy color: '#881908'

red 136 ◦ green 25 ◦ blue 8

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

Shades of Falu Red #881908

Tints of Falu Red #881908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.73%

R = 80.47%
G = 14.79%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#881908 (or 0x881908) is known color: Falu Red. HEX triplet: 88, 19 and 08. RGB value is (136,25,8). Sum of RGB (Red+Green+Blue) = 136+25+8=169 (22% of max value = 765). Red value is 136 (53.52% from 255 or 80.47% from 169); Green value is 25 (10.16% from 255 or 14.79% from 169); Blue value is 8 (3.52% from 255 or 4.73% from 169); Max value from RGB is 136 - color contains mainly: red. Hex color #881908 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881908 is #77E6F7. Grayscale: #383838. Windows color (decimal): -7857912 or 530824. OLE color: 530824.

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

Color convert

RGB 136 25 8 -
CMYK 0 0.82 0.94 0.47
HSL 7.97º 0.89% 0.28% -
HSV(B) 7.97º 0.94% 0.53% -
XYZ 10.54 5.95 0.82 -
YUV 56.25 100.77 184.88 -
System Red Green Blue C M Y K H S L
Decimal 136 25 8 0 0.82 0.94 0.47 7.97 0.89 0.28
Hex 88 19 8 0 52 5E 2F 8 59 1C
Octal 210 31 10 0 122 136 57 10 131 34
Binary 10001000 11001 1000 0 1010010 1011110 101111 1000 1011001 11100

Color Harmonies of #881908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881908

Black with #881908

Text Example


Text Example

White with #881908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881908; }

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

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

background-color css

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

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

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

border-color css

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

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

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