Html Css Color HEX #871E0A Falu Red

📋 copy color: '#871E0A'

red 135 ◦ green 30 ◦ blue 10

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

Shades of Falu Red #871E0A

Tints of Falu Red #871E0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.71%

R = 77.14%
G = 17.14%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#871E0A (or 0x871E0A) is known color: Falu Red. HEX triplet: 87, 1E and 0A. RGB value is (135,30,10). Sum of RGB (Red+Green+Blue) = 135+30+10=175 (23% of max value = 765). Red value is 135 (53.12% from 255 or 77.14% from 175); Green value is 30 (12.11% from 255 or 17.14% from 175); Blue value is 10 (4.30% from 255 or 5.71% from 175); Max value from RGB is 135 - color contains mainly: red. Hex color #871E0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #871E0A is #78E1F5. Grayscale: #3B3B3B. Windows color (decimal): -7922166 or 663175. OLE color: 663175.

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

Color convert

RGB 135 30 10 -
CMYK 0 0.78 0.93 0.47
HSL 9.6º 0.86% 0.28% -
HSV(B) 9.6º 0.93% 0.53% -
XYZ 10.51 6.1 0.91 -
YUV 59.12 100.29 182.13 -
System Red Green Blue C M Y K H S L
Decimal 135 30 10 0 0.78 0.93 0.47 9.6 0.86 0.28
Hex 87 1E A 0 4E 5D 2F A 56 1C
Octal 207 36 12 0 116 135 57 12 126 34
Binary 10000111 11110 1010 0 1001110 1011101 101111 1010 1010110 11100

Color Harmonies of #871E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871E0A

Black with #871E0A

Text Example


Text Example

White with #871E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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