Html Css Color HEX #871900 Falu Red

📋 copy color: '#871900'

red 135 ◦ green 25 ◦ blue 0

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

Shades of Falu Red #871900

Tints of Falu Red #871900

RGB

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

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

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

R = 84.38%
G = 15.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#871900 (or 0x871900) is known color: Falu Red. HEX triplet: 87, 19 and 00. RGB value is (135,25,0). Sum of RGB (Red+Green+Blue) = 135+25+0=160 (21% of max value = 765). Red value is 135 (53.12% from 255 or 84.38% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 0 (0.39% from 255 or 0% from 160); Max value from RGB is 135 - color contains mainly: red. Hex color #871900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871900 is #78E6FF. Grayscale: #373737. Windows color (decimal): -7923456 or 6535. OLE color: 6535.

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

Color convert

RGB 135 25 0 -
CMYK 0 0.81 1 0.47
HSL 11.11º 1% 0.26% -
HSV(B) 11.11º 1% 0.53% -
XYZ 10.34 5.85 0.58 -
YUV 55.04 96.94 185.03 -
System Red Green Blue C M Y K H S L
Decimal 135 25 0 0 0.81 1 0.47 11.11 1 0.26
Hex 87 19 0 0 51 64 2F B 64 1A
Octal 207 31 0 0 121 144 57 13 144 32
Binary 10000111 11001 0 0 1010001 1100100 101111 1011 1100100 11010

Color Harmonies of #871900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871900

Black with #871900

Text Example


Text Example

White with #871900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871900; }

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

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

background-color css

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

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

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

border-color css

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

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

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