Html Css Color HEX #871813 Falu Red

📋 copy color: '#871813'

red 135 ◦ green 24 ◦ blue 19

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

Shades of Falu Red #871813

Tints of Falu Red #871813

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.48%

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

R = 75.84%
G = 13.48%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#871813 (or 0x871813) is known color: Falu Red. HEX triplet: 87, 18 and 13. RGB value is (135,24,19). Sum of RGB (Red+Green+Blue) = 135+24+19=178 (23% of max value = 765). Red value is 135 (53.12% from 255 or 75.84% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 19 (7.81% from 255 or 10.67% from 178); Max value from RGB is 135 - color contains mainly: red. Hex color #871813 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871813 is #78E7EC. Grayscale: #383838. Windows color (decimal): -7923693 or 1251463. OLE color: 1251463.

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

Color convert

RGB 135 24 19 -
CMYK 0 0.82 0.86 0.47
HSL 2.59º 0.75% 0.3% -
HSV(B) 2.59º 0.86% 0.53% -
XYZ 10.44 5.85 1.2 -
YUV 56.62 106.77 183.91 -
System Red Green Blue C M Y K H S L
Decimal 135 24 19 0 0.82 0.86 0.47 2.59 0.75 0.3
Hex 87 18 13 0 52 56 2F 3 4B 1E
Octal 207 30 23 0 122 126 57 3 113 36
Binary 10000111 11000 10011 0 1010010 1010110 101111 11 1001011 11110

Color Harmonies of #871813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871813

Black with #871813

Text Example


Text Example

White with #871813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871813; }

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

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

background-color css

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

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

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

border-color css

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

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

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