Html Css Color HEX #871D0D Falu Red

📋 copy color: '#871D0D'

red 135 ◦ green 29 ◦ blue 13

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

Shades of Falu Red #871D0D

Tints of Falu Red #871D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.34%

R = 76.27%
G = 16.38%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#871D0D (or 0x871D0D) is known color: Falu Red. HEX triplet: 87, 1D and 0D. RGB value is (135,29,13). Sum of RGB (Red+Green+Blue) = 135+29+13=177 (23% of max value = 765). Red value is 135 (53.12% from 255 or 76.27% from 177); Green value is 29 (11.72% from 255 or 16.38% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 135 - color contains mainly: red. Hex color #871D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #871D0D is #78E2F2. Grayscale: #3B3B3B. Windows color (decimal): -7922419 or 859527. OLE color: 859527.

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

Color convert

RGB 135 29 13 -
CMYK 0 0.79 0.90 0.47
HSL 7.87º 0.82% 0.29% -
HSV(B) 7.87º 0.9% 0.53% -
XYZ 10.5 6.06 1 -
YUV 58.87 102.12 182.3 -
System Red Green Blue C M Y K H S L
Decimal 135 29 13 0 0.79 0.90 0.47 7.87 0.82 0.29
Hex 87 1D D 0 4F 5A 2F 8 52 1D
Octal 207 35 15 0 117 132 57 10 122 35
Binary 10000111 11101 1101 0 1001111 1011010 101111 1000 1010010 11101

Color Harmonies of #871D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871D0D

Black with #871D0D

Text Example


Text Example

White with #871D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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