Html Css Color HEX #871D0A Falu Red

📋 copy color: '#871D0A'

red 135 ◦ green 29 ◦ blue 10

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

Shades of Falu Red #871D0A

Tints of Falu Red #871D0A

RGB

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

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

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

R = 77.59%
G = 16.67%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#871D0A (or 0x871D0A) is known color: Falu Red. HEX triplet: 87, 1D and 0A. RGB value is (135,29,10). Sum of RGB (Red+Green+Blue) = 135+29+10=174 (23% of max value = 765). Red value is 135 (53.12% from 255 or 77.59% from 174); Green value is 29 (11.72% from 255 or 16.67% from 174); Blue value is 10 (4.30% from 255 or 5.75% from 174); Max value from RGB is 135 - color contains mainly: red. Hex color #871D0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #871D0A is #78E2F5. Grayscale: #3A3A3A. Windows color (decimal): -7922422 or 662919. OLE color: 662919.

HSL color Cylindrical-coordinate representation of color #871D0A: hue angle of 9.12º 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 #871D0A is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 29 10 -
CMYK 0 0.79 0.93 0.47
HSL 9.12º 0.86% 0.28% -
HSV(B) 9.12º 0.93% 0.53% -
XYZ 10.49 6.05 0.9 -
YUV 58.53 100.62 182.54 -
System Red Green Blue C M Y K H S L
Decimal 135 29 10 0 0.79 0.93 0.47 9.12 0.86 0.28
Hex 87 1D A 0 4F 5D 2F 9 56 1C
Octal 207 35 12 0 117 135 57 11 126 34
Binary 10000111 11101 1010 0 1001111 1011101 101111 1001 1010110 11100

Color Harmonies of #871D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871D0A

Black with #871D0A

Text Example


Text Example

White with #871D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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