Html Css Color HEX #872011 Falu Red

📋 copy color: '#872011'

red 135 ◦ green 32 ◦ blue 17

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

Shades of Falu Red #872011

Tints of Falu Red #872011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.24%

R = 73.37%
G = 17.39%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#872011 (or 0x872011) is known color: Falu Red. HEX triplet: 87, 20 and 11. RGB value is (135,32,17). Sum of RGB (Red+Green+Blue) = 135+32+17=184 (24% of max value = 765). Red value is 135 (53.12% from 255 or 73.37% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 17 (7.03% from 255 or 9.24% from 184); Max value from RGB is 135 - color contains mainly: red. Hex color #872011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872011 is #78DFEE. Grayscale: #3D3D3D. Windows color (decimal): -7921647 or 1122439. OLE color: 1122439.

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

Color convert

RGB 135 32 17 -
CMYK 0 0.76 0.87 0.47
HSL 7.63º 0.78% 0.3% -
HSV(B) 7.63º 0.87% 0.53% -
XYZ 10.61 6.22 1.17 -
YUV 61.09 103.12 180.72 -
System Red Green Blue C M Y K H S L
Decimal 135 32 17 0 0.76 0.87 0.47 7.63 0.78 0.3
Hex 87 20 11 0 4C 57 2F 8 4E 1E
Octal 207 40 21 0 114 127 57 10 116 36
Binary 10000111 100000 10001 0 1001100 1010111 101111 1000 1001110 11110

Color Harmonies of #872011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872011

Black with #872011

Text Example


Text Example

White with #872011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872011; }

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

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

background-color css

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

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

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

border-color css

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

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

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