Html Css Color HEX #872016 Falu Red

📋 copy color: '#872016'

red 135 ◦ green 32 ◦ blue 22

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

Shades of Falu Red #872016

Tints of Falu Red #872016

RGB

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

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

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

R = 71.43%
G = 16.93%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#872016 (or 0x872016) is known color: Falu Red. HEX triplet: 87, 20 and 16. RGB value is (135,32,22). Sum of RGB (Red+Green+Blue) = 135+32+22=189 (25% of max value = 765). Red value is 135 (53.12% from 255 or 71.43% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 22 (8.98% from 255 or 11.64% from 189); Max value from RGB is 135 - color contains mainly: red. Hex color #872016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872016 is #78DFE9. Grayscale: #3D3D3D. Windows color (decimal): -7921642 or 1450119. OLE color: 1450119.

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

Color convert

RGB 135 32 22 -
CMYK 0 0.76 0.84 0.47
HSL 5.31º 0.72% 0.31% -
HSV(B) 5.31º 0.84% 0.53% -
XYZ 10.65 6.24 1.4 -
YUV 61.66 105.62 180.31 -
System Red Green Blue C M Y K H S L
Decimal 135 32 22 0 0.76 0.84 0.47 5.31 0.72 0.31
Hex 87 20 16 0 4C 54 2F 5 48 1F
Octal 207 40 26 0 114 124 57 5 110 37
Binary 10000111 100000 10110 0 1001100 1010100 101111 101 1001000 11111

Color Harmonies of #872016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872016

Black with #872016

Text Example


Text Example

White with #872016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872016; }

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

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

background-color css

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

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

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

border-color css

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

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

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