Html Css Color HEX #871E00 Falu Red

📋 copy color: '#871E00'

red 135 ◦ green 30 ◦ blue 0

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

Shades of Falu Red #871E00

Tints of Falu Red #871E00

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.18%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 81.82%
G = 18.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#871E00 (or 0x871E00) is known color: Falu Red. HEX triplet: 87, 1E and 00. RGB value is (135,30,0). Sum of RGB (Red+Green+Blue) = 135+30+0=165 (21% of max value = 765). Red value is 135 (53.12% from 255 or 81.82% from 165); Green value is 30 (12.11% from 255 or 18.18% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 135 - color contains mainly: red. Hex color #871E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #871E00 is #78E1FF. Grayscale: #3A3A3A. Windows color (decimal): -7922176 or 7815. OLE color: 7815.

HSL color Cylindrical-coordinate representation of color #871E00: hue angle of 13.33º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #871E00 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 30 0 -
CMYK 0 0.78 1 0.47
HSL 13.33º 1% 0.26% -
HSV(B) 13.33º 1% 0.53% -
XYZ 10.46 6.08 0.62 -
YUV 57.98 95.29 182.94 -
System Red Green Blue C M Y K H S L
Decimal 135 30 0 0 0.78 1 0.47 13.33 1 0.26
Hex 87 1E 0 0 4E 64 2F D 64 1A
Octal 207 36 0 0 116 144 57 15 144 32
Binary 10000111 11110 0 0 1001110 1100100 101111 1101 1100100 11010

Color Harmonies of #871E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871E00

Black with #871E00

Text Example


Text Example

White with #871E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871E00; }

 p { color: rgb(135,30,0); }

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

background-color css

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

 a { background-color: rgb(135,30,0); }

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

border-color css

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

 span { border-color: rgb(135,30,0); }

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