Html Css Color HEX #881508 Falu Red

📋 copy color: '#881508'

red 136 ◦ green 21 ◦ blue 8

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

Shades of Falu Red #881508

Tints of Falu Red #881508

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.73%

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

R = 82.42%
G = 12.73%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#881508 (or 0x881508) is known color: Falu Red. HEX triplet: 88, 15 and 08. RGB value is (136,21,8). Sum of RGB (Red+Green+Blue) = 136+21+8=165 (21% of max value = 765). Red value is 136 (53.52% from 255 or 82.42% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 8 (3.52% from 255 or 4.85% from 165); Max value from RGB is 136 - color contains mainly: red. Hex color #881508 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881508 is #77EAF7. Grayscale: #363636. Windows color (decimal): -7858936 or 529800. OLE color: 529800.

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

Color convert

RGB 136 21 8 -
CMYK 0 0.85 0.94 0.47
HSL 6.09º 0.89% 0.28% -
HSV(B) 6.09º 0.94% 0.53% -
XYZ 10.47 5.79 0.8 -
YUV 53.9 102.1 186.56 -
System Red Green Blue C M Y K H S L
Decimal 136 21 8 0 0.85 0.94 0.47 6.09 0.89 0.28
Hex 88 15 8 0 55 5E 2F 6 59 1C
Octal 210 25 10 0 125 136 57 6 131 34
Binary 10001000 10101 1000 0 1010101 1011110 101111 110 1011001 11100

Color Harmonies of #881508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881508

Black with #881508

Text Example


Text Example

White with #881508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881508; }

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

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

background-color css

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

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

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

border-color css

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

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

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