Html Css Color HEX #872014 Falu Red

📋 copy color: '#872014'

red 135 ◦ green 32 ◦ blue 20

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

Shades of Falu Red #872014

Tints of Falu Red #872014

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.11%

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

R = 72.19%
G = 17.11%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#872014 (or 0x872014) is known color: Falu Red. HEX triplet: 87, 20 and 14. RGB value is (135,32,20). Sum of RGB (Red+Green+Blue) = 135+32+20=187 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.19% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 20 (8.20% from 255 or 10.70% from 187); Max value from RGB is 135 - color contains mainly: red. Hex color #872014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872014 is #78DFEB. Grayscale: #3D3D3D. Windows color (decimal): -7921644 or 1319047. OLE color: 1319047.

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

Color convert

RGB 135 32 20 -
CMYK 0 0.76 0.85 0.47
HSL 6.26º 0.74% 0.3% -
HSV(B) 6.26º 0.85% 0.53% -
XYZ 10.63 6.23 1.3 -
YUV 61.43 104.62 180.48 -
System Red Green Blue C M Y K H S L
Decimal 135 32 20 0 0.76 0.85 0.47 6.26 0.74 0.3
Hex 87 20 14 0 4C 55 2F 6 4A 1E
Octal 207 40 24 0 114 125 57 6 112 36
Binary 10000111 100000 10100 0 1001100 1010101 101111 110 1001010 11110

Color Harmonies of #872014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872014

Black with #872014

Text Example


Text Example

White with #872014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872014; }

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

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

background-color css

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

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

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

border-color css

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

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

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