Html Css Color HEX #872516 Falu Red

📋 copy color: '#872516'

red 135 ◦ green 37 ◦ blue 22

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

Shades of Falu Red #872516

Tints of Falu Red #872516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.34%

R = 69.59%
G = 19.07%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#872516 (or 0x872516) is known color: Falu Red. HEX triplet: 87, 25 and 16. RGB value is (135,37,22). Sum of RGB (Red+Green+Blue) = 135+37+22=194 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.59% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 22 (8.98% from 255 or 11.34% from 194); Max value from RGB is 135 - color contains mainly: red. Hex color #872516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872516 is #78DAE9. Grayscale: #404040. Windows color (decimal): -7920362 or 1451399. OLE color: 1451399.

HSL color Cylindrical-coordinate representation of color #872516: hue angle of 7.96º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #872516 is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 37 22 -
CMYK 0 0.73 0.84 0.47
HSL 7.96º 0.72% 0.31% -
HSV(B) 7.96º 0.84% 0.53% -
XYZ 10.8 6.53 1.45 -
YUV 64.59 103.97 178.22 -
System Red Green Blue C M Y K H S L
Decimal 135 37 22 0 0.73 0.84 0.47 7.96 0.72 0.31
Hex 87 25 16 0 49 54 2F 8 48 1F
Octal 207 45 26 0 111 124 57 10 110 37
Binary 10000111 100101 10110 0 1001001 1010100 101111 1000 1001000 11111

Color Harmonies of #872516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872516

Black with #872516

Text Example


Text Example

White with #872516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872516; }

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

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

background-color css

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

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

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

border-color css

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

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

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