Html Css Color HEX #871919 Falu Red

📋 copy color: '#871919'

red 135 ◦ green 25 ◦ blue 25

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

Shades of Falu Red #871919

Tints of Falu Red #871919

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.51%

 BLUE value IS 25 (10.16% from 255) = 13.51%

R = 72.97%
G = 13.51%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#871919 (or 0x871919) is known color: Falu Red. HEX triplet: 87, 19 and 19. RGB value is (135,25,25). Sum of RGB (Red+Green+Blue) = 135+25+25=185 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.97% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 25 (10.16% from 255 or 13.51% from 185); Max value from RGB is 135 - color contains mainly: red. Hex color #871919 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871919 is #78E6E6. Grayscale: #3A3A3A. Windows color (decimal): -7923431 or 1644935. OLE color: 1644935.

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

Color convert

RGB 135 25 25 -
CMYK 0 0.81 0.81 0.47
HSL 0.69% 0.31% -
HSV(B) 0.81% 0.53% -
XYZ 10.51 5.92 1.51 -
YUV 57.89 109.44 183 -
System Red Green Blue C M Y K H S L
Decimal 135 25 25 0 0.81 0.81 0.47 0 0.69 0.31
Hex 87 19 19 0 51 51 2F 0 45 1F
Octal 207 31 31 0 121 121 57 0 105 37
Binary 10000111 11001 11001 0 1010001 1010001 101111 0 1000101 11111

Color Harmonies of #871919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871919

Black with #871919

Text Example


Text Example

White with #871919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871919; }

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

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

background-color css

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

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

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

border-color css

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

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

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