Html Css Color HEX #871313 Falu Red

📋 copy color: '#871313'

red 135 ◦ green 19 ◦ blue 19

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

Shades of Falu Red #871313

Tints of Falu Red #871313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.98%

R = 78.03%
G = 10.98%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#871313 (or 0x871313) is known color: Falu Red. HEX triplet: 87, 13 and 13. RGB value is (135,19,19). Sum of RGB (Red+Green+Blue) = 135+19+19=173 (22% of max value = 765). Red value is 135 (53.12% from 255 or 78.03% from 173); Green value is 19 (7.81% from 255 or 10.98% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 135 - color contains mainly: red. Hex color #871313 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871313 is #78ECEC. Grayscale: #353535. Windows color (decimal): -7924973 or 1250183. OLE color: 1250183.

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

Color convert

RGB 135 19 19 -
CMYK 0 0.86 0.86 0.47
HSL 0.75% 0.3% -
HSV(B) 0.86% 0.53% -
XYZ 10.34 5.66 1.16 -
YUV 53.68 108.43 186 -
System Red Green Blue C M Y K H S L
Decimal 135 19 19 0 0.86 0.86 0.47 0 0.75 0.3
Hex 87 13 13 0 56 56 2F 0 4B 1E
Octal 207 23 23 0 126 126 57 0 113 36
Binary 10000111 10011 10011 0 1010110 1010110 101111 0 1001011 11110

Color Harmonies of #871313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871313

Black with #871313

Text Example


Text Example

White with #871313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871313; }

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

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

background-color css

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

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

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

border-color css

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

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

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