Html Css Color HEX #871606 Falu Red

📋 copy color: '#871606'

red 135 ◦ green 22 ◦ blue 6

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

Shades of Falu Red #871606

Tints of Falu Red #871606

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.5%

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

R = 82.82%
G = 13.5%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#871606 (or 0x871606) is known color: Falu Red. HEX triplet: 87, 16 and 06. RGB value is (135,22,6). Sum of RGB (Red+Green+Blue) = 135+22+6=163 (21% of max value = 765). Red value is 135 (53.12% from 255 or 82.82% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 135 - color contains mainly: red. Hex color #871606 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871606 is #78E9F9. Grayscale: #363636. Windows color (decimal): -7924218 or 398983. OLE color: 398983.

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

Color convert

RGB 135 22 6 -
CMYK 0 0.84 0.96 0.47
HSL 7.44º 0.91% 0.28% -
HSV(B) 7.44º 0.96% 0.53% -
XYZ 10.31 5.74 0.74 -
YUV 53.96 100.94 185.8 -
System Red Green Blue C M Y K H S L
Decimal 135 22 6 0 0.84 0.96 0.47 7.44 0.91 0.28
Hex 87 16 6 0 54 60 2F 7 5B 1C
Octal 207 26 6 0 124 140 57 7 133 34
Binary 10000111 10110 110 0 1010100 1100000 101111 111 1011011 11100

Color Harmonies of #871606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871606

Black with #871606

Text Example


Text Example

White with #871606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871606; }

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

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

background-color css

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

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

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

border-color css

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

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

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