Html Css Color HEX #871E01 Falu Red

📋 copy color: '#871E01'

red 135 ◦ green 30 ◦ blue 1

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

Shades of Falu Red #871E01

Tints of Falu Red #871E01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.6%

R = 81.33%
G = 18.07%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#871E01 (or 0x871E01) is known color: Falu Red. HEX triplet: 87, 1E and 01. RGB value is (135,30,1). Sum of RGB (Red+Green+Blue) = 135+30+1=166 (21% of max value = 765). Red value is 135 (53.12% from 255 or 81.33% from 166); Green value is 30 (12.11% from 255 or 18.07% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 135 - color contains mainly: red. Hex color #871E01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #871E01 is #78E1FE. Grayscale: #3A3A3A. Windows color (decimal): -7922175 or 73351. OLE color: 73351.

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

Color convert

RGB 135 30 1 -
CMYK 0 0.78 0.99 0.47
HSL 12.99º 0.99% 0.27% -
HSV(B) 12.99º 0.99% 0.53% -
XYZ 10.46 6.08 0.65 -
YUV 58.09 95.79 182.86 -
System Red Green Blue C M Y K H S L
Decimal 135 30 1 0 0.78 0.99 0.47 12.99 0.99 0.27
Hex 87 1E 1 0 4E 63 2F D 63 1B
Octal 207 36 1 0 116 143 57 15 143 33
Binary 10000111 11110 1 0 1001110 1100011 101111 1101 1100011 11011

Color Harmonies of #871E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871E01

Black with #871E01

Text Example


Text Example

White with #871E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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