Html Css Color HEX #871F00 Falu Red

📋 copy color: '#871F00'

red 135 ◦ green 31 ◦ blue 0

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

Shades of Falu Red #871F00

Tints of Falu Red #871F00

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.67%

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

R = 81.33%
G = 18.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#871F00 (or 0x871F00) is known color: Falu Red. HEX triplet: 87, 1F and 00. RGB value is (135,31,0). Sum of RGB (Red+Green+Blue) = 135+31+0=166 (21% of max value = 765). Red value is 135 (53.12% from 255 or 81.33% from 166); Green value is 31 (12.5% from 255 or 18.67% from 166); Blue value is 0 (0.39% from 255 or 0% from 166); Max value from RGB is 135 - color contains mainly: red. Hex color #871F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #871F00 is #78E0FF. Grayscale: #3A3A3A. Windows color (decimal): -7921920 or 8071. OLE color: 8071.

HSL color Cylindrical-coordinate representation of color #871F00: hue angle of 13.78º 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 #871F00 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 31 0 -
CMYK 0 0.77 1 0.47
HSL 13.78º 1% 0.26% -
HSV(B) 13.78º 1% 0.53% -
XYZ 10.48 6.13 0.63 -
YUV 58.56 94.96 182.52 -
System Red Green Blue C M Y K H S L
Decimal 135 31 0 0 0.77 1 0.47 13.78 1 0.26
Hex 87 1F 0 0 4D 64 2F E 64 1A
Octal 207 37 0 0 115 144 57 16 144 32
Binary 10000111 11111 0 0 1001101 1100100 101111 1110 1100100 11010

Color Harmonies of #871F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871F00

Black with #871F00

Text Example


Text Example

White with #871F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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