Html Css Color HEX #871801 Falu Red

📋 copy color: '#871801'

red 135 ◦ green 24 ◦ blue 1

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

Shades of Falu Red #871801

Tints of Falu Red #871801

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15%

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

R = 84.38%
G = 15%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#871801 (or 0x871801) is known color: Falu Red. HEX triplet: 87, 18 and 01. RGB value is (135,24,1). Sum of RGB (Red+Green+Blue) = 135+24+1=160 (21% of max value = 765). Red value is 135 (53.12% from 255 or 84.38% from 160); Green value is 24 (9.77% from 255 or 15% from 160); Blue value is 1 (0.78% from 255 or 0.62% from 160); Max value from RGB is 135 - color contains mainly: red. Hex color #871801 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871801 is #78E7FE. Grayscale: #363636. Windows color (decimal): -7923711 or 71815. OLE color: 71815.

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

Color convert

RGB 135 24 1 -
CMYK 0 0.82 0.99 0.47
HSL 10.3º 0.99% 0.27% -
HSV(B) 10.3º 0.99% 0.53% -
XYZ 10.32 5.81 0.61 -
YUV 54.57 97.77 185.37 -
System Red Green Blue C M Y K H S L
Decimal 135 24 1 0 0.82 0.99 0.47 10.3 0.99 0.27
Hex 87 18 1 0 52 63 2F A 63 1B
Octal 207 30 1 0 122 143 57 12 143 33
Binary 10000111 11000 1 0 1010010 1100011 101111 1010 1100011 11011

Color Harmonies of #871801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871801

Black with #871801

Text Example


Text Example

White with #871801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871801; }

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

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

background-color css

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

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

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

border-color css

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

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

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