Html Css Color HEX #871708 Falu Red

📋 copy color: '#871708'

red 135 ◦ green 23 ◦ blue 8

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

Shades of Falu Red #871708

Tints of Falu Red #871708

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.86%

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

R = 81.33%
G = 13.86%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#871708 (or 0x871708) is known color: Falu Red. HEX triplet: 87, 17 and 08. RGB value is (135,23,8). Sum of RGB (Red+Green+Blue) = 135+23+8=166 (21% of max value = 765). Red value is 135 (53.12% from 255 or 81.33% from 166); Green value is 23 (9.38% from 255 or 13.86% from 166); Blue value is 8 (3.52% from 255 or 4.82% from 166); Max value from RGB is 135 - color contains mainly: red. Hex color #871708 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871708 is #78E8F7. Grayscale: #363636. Windows color (decimal): -7923960 or 530311. OLE color: 530311.

HSL color Cylindrical-coordinate representation of color #871708: hue angle of 7.09º 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 #871708 is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 23 8 -
CMYK 0 0.83 0.94 0.47
HSL 7.09º 0.89% 0.28% -
HSV(B) 7.09º 0.94% 0.53% -
XYZ 10.34 5.78 0.8 -
YUV 54.78 101.61 185.22 -
System Red Green Blue C M Y K H S L
Decimal 135 23 8 0 0.83 0.94 0.47 7.09 0.89 0.28
Hex 87 17 8 0 53 5E 2F 7 59 1C
Octal 207 27 10 0 123 136 57 7 131 34
Binary 10000111 10111 1000 0 1010011 1011110 101111 111 1011001 11100

Color Harmonies of #871708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871708

Black with #871708

Text Example


Text Example

White with #871708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871708; }

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

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

background-color css

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

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

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

border-color css

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

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

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