Html Css Color HEX #87100B Falu Red

📋 copy color: '#87100B'

red 135 ◦ green 16 ◦ blue 11

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

Shades of Falu Red #87100B

Tints of Falu Red #87100B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.79%

R = 83.33%
G = 9.88%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.47

RGB Variations

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

Color information

#87100B (or 0x87100B) is known color: Falu Red. HEX triplet: 87, 10 and 0B. RGB value is (135,16,11). Sum of RGB (Red+Green+Blue) = 135+16+11=162 (21% of max value = 765). Red value is 135 (53.12% from 255 or 83.33% from 162); Green value is 16 (6.64% from 255 or 9.88% from 162); Blue value is 11 (4.69% from 255 or 6.79% from 162); Max value from RGB is 135 - color contains mainly: red. Hex color #87100B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #87100B is #78EFF4. Grayscale: #333333. Windows color (decimal): -7925749 or 725127. OLE color: 725127.

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

Color convert

RGB 135 16 11 -
CMYK 0 0.88 0.92 0.47
HSL 2.42º 0.85% 0.29% -
HSV(B) 2.42º 0.92% 0.53% -
XYZ 10.24 5.55 0.85 -
YUV 51.01 105.42 187.91 -
System Red Green Blue C M Y K H S L
Decimal 135 16 11 0 0.88 0.92 0.47 2.42 0.85 0.29
Hex 87 10 B 0 58 5C 2F 2 55 1D
Octal 207 20 13 0 130 134 57 2 125 35
Binary 10000111 10000 1011 0 1011000 1011100 101111 10 1010101 11101

Color Harmonies of #87100B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87100B

Black with #87100B

Text Example


Text Example

White with #87100B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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