Html Css Color HEX #872511 Falu Red

📋 copy color: '#872511'

red 135 ◦ green 37 ◦ blue 17

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

Shades of Falu Red #872511

Tints of Falu Red #872511

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.58%

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

R = 71.43%
G = 19.58%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#872511 (or 0x872511) is known color: Falu Red. HEX triplet: 87, 25 and 11. RGB value is (135,37,17). Sum of RGB (Red+Green+Blue) = 135+37+17=189 (25% of max value = 765). Red value is 135 (53.12% from 255 or 71.43% from 189); Green value is 37 (14.84% from 255 or 19.58% from 189); Blue value is 17 (7.03% from 255 or 8.99% from 189); Max value from RGB is 135 - color contains mainly: red. Hex color #872511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872511 is #78DAEE. Grayscale: #404040. Windows color (decimal): -7920367 or 1123719. OLE color: 1123719.

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

Color convert

RGB 135 37 17 -
CMYK 0 0.73 0.87 0.47
HSL 10.17º 0.78% 0.3% -
HSV(B) 10.17º 0.87% 0.53% -
XYZ 10.75 6.51 1.22 -
YUV 64.02 101.47 178.63 -
System Red Green Blue C M Y K H S L
Decimal 135 37 17 0 0.73 0.87 0.47 10.17 0.78 0.3
Hex 87 25 11 0 49 57 2F A 4E 1E
Octal 207 45 21 0 111 127 57 12 116 36
Binary 10000111 100101 10001 0 1001001 1010111 101111 1010 1001110 11110

Color Harmonies of #872511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872511

Black with #872511

Text Example


Text Example

White with #872511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872511; }

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

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

background-color css

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

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

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

border-color css

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

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

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