Html Css Color HEX #87100F Falu Red

📋 copy color: '#87100F'

red 135 ◦ green 16 ◦ blue 15

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

Shades of Falu Red #87100F

Tints of Falu Red #87100F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.64%

 BLUE value IS 15 (6.25% from 255) = 9.04%

R = 81.33%
G = 9.64%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#87100F (or 0x87100F) is known color: Falu Red. HEX triplet: 87, 10 and 0F. RGB value is (135,16,15). Sum of RGB (Red+Green+Blue) = 135+16+15=166 (21% of max value = 765). Red value is 135 (53.12% from 255 or 81.33% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 15 (6.25% from 255 or 9.04% from 166); Max value from RGB is 135 - color contains mainly: red. Hex color #87100F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #87100F is #78EFF0. Grayscale: #333333. Windows color (decimal): -7925745 or 987271. OLE color: 987271.

HSL color Cylindrical-coordinate representation of color #87100F: hue angle of 0.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #87100F is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 16 15 -
CMYK 0 0.88 0.89 0.47
HSL 0.5º 0.8% 0.29% -
HSV(B) 0.5º 0.89% 0.53% -
XYZ 10.26 5.56 0.98 -
YUV 51.47 107.42 187.58 -
System Red Green Blue C M Y K H S L
Decimal 135 16 15 0 0.88 0.89 0.47 0.5 0.8 0.29
Hex 87 10 F 0 58 59 2F 0 50 1D
Octal 207 20 17 0 130 131 57 0 120 35
Binary 10000111 10000 1111 0 1011000 1011001 101111 0 1010000 11101

Color Harmonies of #87100F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87100F

Black with #87100F

Text Example


Text Example

White with #87100F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87100F; }

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

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

background-color css

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

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

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

border-color css

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

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

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