Html Css Color HEX #871906 Falu Red

📋 copy color: '#871906'

red 135 ◦ green 25 ◦ blue 6

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

Shades of Falu Red #871906

Tints of Falu Red #871906

RGB

 RED value IS 135 (53.13% from 255) = 81.33%

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

 BLUE value IS 6 (2.73% from 255) = 3.61%

R = 81.33%
G = 15.06%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#871906 (or 0x871906) is known color: Falu Red. HEX triplet: 87, 19 and 06. RGB value is (135,25,6). Sum of RGB (Red+Green+Blue) = 135+25+6=166 (21% of max value = 765). Red value is 135 (53.12% from 255 or 81.33% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 6 (2.73% from 255 or 3.61% from 166); Max value from RGB is 135 - color contains mainly: red. Hex color #871906 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871906 is #78E6F9. Grayscale: #373737. Windows color (decimal): -7923450 or 399751. OLE color: 399751.

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

Color convert

RGB 135 25 6 -
CMYK 0 0.81 0.96 0.47
HSL 8.84º 0.91% 0.28% -
HSV(B) 8.84º 0.96% 0.53% -
XYZ 10.37 5.86 0.76 -
YUV 55.72 99.94 184.54 -
System Red Green Blue C M Y K H S L
Decimal 135 25 6 0 0.81 0.96 0.47 8.84 0.91 0.28
Hex 87 19 6 0 51 60 2F 9 5B 1C
Octal 207 31 6 0 121 140 57 11 133 34
Binary 10000111 11001 110 0 1010001 1100000 101111 1001 1011011 11100

Color Harmonies of #871906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871906

Black with #871906

Text Example


Text Example

White with #871906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871906; }

 p { color: rgb(135,25,6); }

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

background-color css

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

 a { background-color: rgb(135,25,6); }

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

border-color css

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

 span { border-color: rgb(135,25,6); }

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