Html Css Color HEX #871D1D Falu Red

📋 copy color: '#871D1D'

red 135 ◦ green 29 ◦ blue 29

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

Shades of Falu Red #871D1D

Tints of Falu Red #871D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.03%

R = 69.95%
G = 15.03%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#871D1D (or 0x871D1D) is known color: Falu Red. HEX triplet: 87, 1D and 1D. RGB value is (135,29,29). Sum of RGB (Red+Green+Blue) = 135+29+29=193 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.95% from 193); Green value is 29 (11.72% from 255 or 15.03% from 193); Blue value is 29 (11.72% from 255 or 15.03% from 193); Max value from RGB is 135 - color contains mainly: red. Hex color #871D1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871D1D is #78E2E2. Grayscale: #3C3C3C. Windows color (decimal): -7922403 or 1908103. OLE color: 1908103.

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

Color convert

RGB 135 29 29 -
CMYK 0 0.79 0.79 0.47
HSL 0.65% 0.32% -
HSV(B) 0.79% 0.53% -
XYZ 10.65 6.12 1.78 -
YUV 60.69 110.12 181 -
System Red Green Blue C M Y K H S L
Decimal 135 29 29 0 0.79 0.79 0.47 0 0.65 0.32
Hex 87 1D 1D 0 4F 4F 2F 0 41 20
Octal 207 35 35 0 117 117 57 0 101 40
Binary 10000111 11101 11101 0 1001111 1001111 101111 0 1000001 100000

Color Harmonies of #871D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871D1D

Black with #871D1D

Text Example


Text Example

White with #871D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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