Html Css Color HEX #871506 Falu Red

📋 copy color: '#871506'

red 135 ◦ green 21 ◦ blue 6

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

Shades of Falu Red #871506

Tints of Falu Red #871506

RGB

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

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

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

R = 83.33%
G = 12.96%
B = 3.7%

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

#871506 (or 0x871506) is known color: Falu Red. HEX triplet: 87, 15 and 06. RGB value is (135,21,6). Sum of RGB (Red+Green+Blue) = 135+21+6=162 (21% of max value = 765). Red value is 135 (53.12% from 255 or 83.33% from 162); Green value is 21 (8.59% from 255 or 12.96% from 162); Blue value is 6 (2.73% from 255 or 3.70% from 162); Max value from RGB is 135 - color contains mainly: red. Hex color #871506 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871506 is #78EAF9. Grayscale: #353535. Windows color (decimal): -7924474 or 398727. OLE color: 398727.

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

Color convert

RGB 135 21 6 -
CMYK 0 0.84 0.96 0.47
HSL 6.98º 0.91% 0.28% -
HSV(B) 6.98º 0.96% 0.53% -
XYZ 10.29 5.7 0.73 -
YUV 53.38 101.27 186.22 -
System Red Green Blue C M Y K H S L
Decimal 135 21 6 0 0.84 0.96 0.47 6.98 0.91 0.28
Hex 87 15 6 0 54 60 2F 7 5B 1C
Octal 207 25 6 0 124 140 57 7 133 34
Binary 10000111 10101 110 0 1010100 1100000 101111 111 1011011 11100

Color Harmonies of #871506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871506

Black with #871506

Text Example


Text Example

White with #871506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871506; }

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

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

background-color css

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

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

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

border-color css

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

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

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