Html Css Color HEX #861808 Falu Red

📋 copy color: '#861808'

red 134 ◦ green 24 ◦ blue 8

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

Shades of Falu Red #861808

Tints of Falu Red #861808

RGB

 RED value IS 134 (52.73% from 255) = 80.72%

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

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

R = 80.72%
G = 14.46%
B = 4.82%

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

#861808 (or 0x861808) is known color: Falu Red. HEX triplet: 86, 18 and 08. RGB value is (134,24,8). Sum of RGB (Red+Green+Blue) = 134+24+8=166 (21% of max value = 765). Red value is 134 (52.73% from 255 or 80.72% from 166); Green value is 24 (9.77% from 255 or 14.46% from 166); Blue value is 8 (3.52% from 255 or 4.82% from 166); Max value from RGB is 134 - color contains mainly: red. Hex color #861808 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861808 is #79E7F7. Grayscale: #373737. Windows color (decimal): -7989240 or 530566. OLE color: 530566.

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

Color convert

RGB 134 24 8 -
CMYK 0 0.82 0.94 0.47
HSL 7.62º 0.89% 0.28% -
HSV(B) 7.62º 0.94% 0.53% -
XYZ 10.2 5.74 0.8 -
YUV 55.07 101.44 184.3 -
System Red Green Blue C M Y K H S L
Decimal 134 24 8 0 0.82 0.94 0.47 7.62 0.89 0.28
Hex 86 18 8 0 52 5E 2F 8 59 1C
Octal 206 30 10 0 122 136 57 10 131 34
Binary 10000110 11000 1000 0 1010010 1011110 101111 1000 1011001 11100

Color Harmonies of #861808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861808

Black with #861808

Text Example


Text Example

White with #861808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861808; }

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

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

background-color css

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

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

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

border-color css

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

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

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