Html Css Color HEX #872314 Falu Red

📋 copy color: '#872314'

red 135 ◦ green 35 ◦ blue 20

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

Shades of Falu Red #872314

Tints of Falu Red #872314

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.42%

 BLUE value IS 20 (8.2% from 255) = 10.53%

R = 71.05%
G = 18.42%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#872314 (or 0x872314) is known color: Falu Red. HEX triplet: 87, 23 and 14. RGB value is (135,35,20). Sum of RGB (Red+Green+Blue) = 135+35+20=190 (25% of max value = 765). Red value is 135 (53.12% from 255 or 71.05% from 190); Green value is 35 (14.06% from 255 or 18.42% from 190); Blue value is 20 (8.20% from 255 or 10.53% from 190); Max value from RGB is 135 - color contains mainly: red. Hex color #872314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872314 is #78DCEB. Grayscale: #3F3F3F. Windows color (decimal): -7920876 or 1319815. OLE color: 1319815.

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

Color convert

RGB 135 35 20 -
CMYK 0 0.74 0.85 0.47
HSL 7.83º 0.74% 0.3% -
HSV(B) 7.83º 0.85% 0.53% -
XYZ 10.72 6.4 1.33 -
YUV 63.19 103.63 179.22 -
System Red Green Blue C M Y K H S L
Decimal 135 35 20 0 0.74 0.85 0.47 7.83 0.74 0.3
Hex 87 23 14 0 4A 55 2F 8 4A 1E
Octal 207 43 24 0 112 125 57 10 112 36
Binary 10000111 100011 10100 0 1001010 1010101 101111 1000 1001010 11110

Color Harmonies of #872314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872314

Black with #872314

Text Example


Text Example

White with #872314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872314; }

 p { color: rgb(135,35,20); }

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

background-color css

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

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

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

border-color css

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

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

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