Html Css Color HEX #881808 Falu Red

📋 copy color: '#881808'

red 136 ◦ green 24 ◦ blue 8

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

Shades of Falu Red #881808

Tints of Falu Red #881808

RGB

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

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

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

R = 80.95%
G = 14.29%
B = 4.76%

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

#881808 (or 0x881808) is known color: Falu Red. HEX triplet: 88, 18 and 08. RGB value is (136,24,8). Sum of RGB (Red+Green+Blue) = 136+24+8=168 (22% of max value = 765). Red value is 136 (53.52% from 255 or 80.95% from 168); Green value is 24 (9.77% from 255 or 14.29% from 168); Blue value is 8 (3.52% from 255 or 4.76% from 168); Max value from RGB is 136 - color contains mainly: red. Hex color #881808 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881808 is #77E7F7. Grayscale: #373737. Windows color (decimal): -7858168 or 530568. OLE color: 530568.

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

Color convert

RGB 136 24 8 -
CMYK 0 0.82 0.94 0.47
HSL 7.5º 0.89% 0.28% -
HSV(B) 7.5º 0.94% 0.53% -
XYZ 10.52 5.91 0.81 -
YUV 55.66 101.11 185.3 -
System Red Green Blue C M Y K H S L
Decimal 136 24 8 0 0.82 0.94 0.47 7.5 0.89 0.28
Hex 88 18 8 0 52 5E 2F 8 59 1C
Octal 210 30 10 0 122 136 57 10 131 34
Binary 10001000 11000 1000 0 1010010 1011110 101111 1000 1011001 11100

Color Harmonies of #881808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881808

Black with #881808

Text Example


Text Example

White with #881808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881808; }

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

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

background-color css

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

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

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

border-color css

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

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

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