Html Css Color HEX #872010 Falu Red

📋 copy color: '#872010'

red 135 ◦ green 32 ◦ blue 16

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

Shades of Falu Red #872010

Tints of Falu Red #872010

RGB

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

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

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

R = 73.77%
G = 17.49%
B = 8.74%

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

#872010 (or 0x872010) is known color: Falu Red. HEX triplet: 87, 20 and 10. RGB value is (135,32,16). Sum of RGB (Red+Green+Blue) = 135+32+16=183 (24% of max value = 765). Red value is 135 (53.12% from 255 or 73.77% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 16 (6.64% from 255 or 8.74% from 183); Max value from RGB is 135 - color contains mainly: red. Hex color #872010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872010 is #78DFEF. Grayscale: #3D3D3D. Windows color (decimal): -7921648 or 1056903. OLE color: 1056903.

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

Color convert

RGB 135 32 16 -
CMYK 0 0.76 0.88 0.47
HSL 8.07º 0.79% 0.3% -
HSV(B) 8.07º 0.88% 0.53% -
XYZ 10.6 6.22 1.13 -
YUV 60.97 102.62 180.8 -
System Red Green Blue C M Y K H S L
Decimal 135 32 16 0 0.76 0.88 0.47 8.07 0.79 0.3
Hex 87 20 10 0 4C 58 2F 8 4F 1E
Octal 207 40 20 0 114 130 57 10 117 36
Binary 10000111 100000 10000 0 1001100 1011000 101111 1000 1001111 11110

Color Harmonies of #872010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872010

Black with #872010

Text Example


Text Example

White with #872010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872010; }

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

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

background-color css

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

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

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

border-color css

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

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

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