Html Css Color HEX #872110 Falu Red

📋 copy color: '#872110'

red 135 ◦ green 33 ◦ blue 16

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

Shades of Falu Red #872110

Tints of Falu Red #872110

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.93%

 BLUE value IS 16 (6.64% from 255) = 8.7%

R = 73.37%
G = 17.93%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#872110 (or 0x872110) is known color: Falu Red. HEX triplet: 87, 21 and 10. RGB value is (135,33,16). Sum of RGB (Red+Green+Blue) = 135+33+16=184 (24% of max value = 765). Red value is 135 (53.12% from 255 or 73.37% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 16 (6.64% from 255 or 8.70% from 184); Max value from RGB is 135 - color contains mainly: red. Hex color #872110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872110 is #78DEEF. Grayscale: #3D3D3D. Windows color (decimal): -7921392 or 1057159. OLE color: 1057159.

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

Color convert

RGB 135 33 16 -
CMYK 0 0.76 0.88 0.47
HSL 8.57º 0.79% 0.3% -
HSV(B) 8.57º 0.88% 0.53% -
XYZ 10.63 6.28 1.14 -
YUV 61.56 102.29 180.38 -
System Red Green Blue C M Y K H S L
Decimal 135 33 16 0 0.76 0.88 0.47 8.57 0.79 0.3
Hex 87 21 10 0 4C 58 2F 9 4F 1E
Octal 207 41 20 0 114 130 57 11 117 36
Binary 10000111 100001 10000 0 1001100 1011000 101111 1001 1001111 11110

Color Harmonies of #872110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872110

Black with #872110

Text Example


Text Example

White with #872110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872110; }

 p { color: rgb(135,33,16); }

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

background-color css

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

 a { background-color: rgb(135,33,16); }

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

border-color css

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

 span { border-color: rgb(135,33,16); }

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