Html Css Color HEX #871D1B Falu Red

📋 copy color: '#871D1B'

red 135 ◦ green 29 ◦ blue 27

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

Shades of Falu Red #871D1B

Tints of Falu Red #871D1B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.18%

 BLUE value IS 27 (10.94% from 255) = 14.14%

R = 70.68%
G = 15.18%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.8

 K value IS 0.47

RGB Variations

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

Color information

#871D1B (or 0x871D1B) is known color: Falu Red. HEX triplet: 87, 1D and 1B. RGB value is (135,29,27). Sum of RGB (Red+Green+Blue) = 135+29+27=191 (25% of max value = 765). Red value is 135 (53.12% from 255 or 70.68% from 191); Green value is 29 (11.72% from 255 or 15.18% from 191); Blue value is 27 (10.94% from 255 or 14.14% from 191); Max value from RGB is 135 - color contains mainly: red. Hex color #871D1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871D1B is #78E2E4. Grayscale: #3C3C3C. Windows color (decimal): -7922405 or 1777031. OLE color: 1777031.

HSL color Cylindrical-coordinate representation of color #871D1B: hue angle of 1.11º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #871D1B is Cyan = 0, Magento = 0.79, Yellow = 0.8 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 29 27 -
CMYK 0 0.79 0.8 0.47
HSL 1.11º 0.67% 0.32% -
HSV(B) 1.11º 0.8% 0.53% -
XYZ 10.63 6.11 1.66 -
YUV 60.47 109.12 181.16 -
System Red Green Blue C M Y K H S L
Decimal 135 29 27 0 0.79 0.8 0.47 1.11 0.67 0.32
Hex 87 1D 1B 0 4F 50 2F 1 43 20
Octal 207 35 33 0 117 120 57 1 103 40
Binary 10000111 11101 11011 0 1001111 1010000 101111 1 1000011 100000

Color Harmonies of #871D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871D1B

Black with #871D1B

Text Example


Text Example

White with #871D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,29,27); }

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

background-color css

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

 a { background-color: rgb(135,29,27); }

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

border-color css

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

 span { border-color: rgb(135,29,27); }

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