Html Css Color HEX #871308 Falu Red

📋 copy color: '#871308'

red 135 ◦ green 19 ◦ blue 8

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

Shades of Falu Red #871308

Tints of Falu Red #871308

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.73%

 BLUE value IS 8 (3.52% from 255) = 4.94%

R = 83.33%
G = 11.73%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#871308 (or 0x871308) is known color: Falu Red. HEX triplet: 87, 13 and 08. RGB value is (135,19,8). Sum of RGB (Red+Green+Blue) = 135+19+8=162 (21% of max value = 765). Red value is 135 (53.12% from 255 or 83.33% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 8 (3.52% from 255 or 4.94% from 162); Max value from RGB is 135 - color contains mainly: red. Hex color #871308 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871308 is #78ECF7. Grayscale: #343434. Windows color (decimal): -7924984 or 529287. OLE color: 529287.

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

Color convert

RGB 135 19 8 -
CMYK 0 0.86 0.94 0.47
HSL 5.2º 0.89% 0.28% -
HSV(B) 5.2º 0.94% 0.53% -
XYZ 10.27 5.63 0.78 -
YUV 52.43 102.93 186.89 -
System Red Green Blue C M Y K H S L
Decimal 135 19 8 0 0.86 0.94 0.47 5.2 0.89 0.28
Hex 87 13 8 0 56 5E 2F 5 59 1C
Octal 207 23 10 0 126 136 57 5 131 34
Binary 10000111 10011 1000 0 1010110 1011110 101111 101 1011001 11100

Color Harmonies of #871308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871308

Black with #871308

Text Example


Text Example

White with #871308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871308; }

 p { color: rgb(135,19,8); }

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

background-color css

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

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

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

border-color css

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

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

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