Html Css Color HEX #87140B Falu Red

📋 copy color: '#87140B'

red 135 ◦ green 20 ◦ blue 11

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

Shades of Falu Red #87140B

Tints of Falu Red #87140B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.05%

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

R = 81.33%
G = 12.05%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.47

RGB Variations

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

Color information

#87140B (or 0x87140B) is known color: Falu Red. HEX triplet: 87, 14 and 0B. RGB value is (135,20,11). Sum of RGB (Red+Green+Blue) = 135+20+11=166 (21% of max value = 765). Red value is 135 (53.12% from 255 or 81.33% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 11 (4.69% from 255 or 6.63% from 166); Max value from RGB is 135 - color contains mainly: red. Hex color #87140B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #87140B is #78EBF4. Grayscale: #353535. Windows color (decimal): -7924725 or 726151. OLE color: 726151.

HSL color Cylindrical-coordinate representation of color #87140B: hue angle of 4.35º 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 #87140B is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 20 11 -
CMYK 0 0.85 0.92 0.47
HSL 4.35º 0.85% 0.29% -
HSV(B) 4.35º 0.92% 0.53% -
XYZ 10.3 5.68 0.87 -
YUV 53.36 104.1 186.23 -
System Red Green Blue C M Y K H S L
Decimal 135 20 11 0 0.85 0.92 0.47 4.35 0.85 0.29
Hex 87 14 B 0 55 5C 2F 4 55 1D
Octal 207 24 13 0 125 134 57 4 125 35
Binary 10000111 10100 1011 0 1010101 1011100 101111 100 1010101 11101

Color Harmonies of #87140B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87140B

Black with #87140B

Text Example


Text Example

White with #87140B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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