Html Css Color HEX #87130F Falu Red

📋 copy color: '#87130F'

red 135 ◦ green 19 ◦ blue 15

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

Shades of Falu Red #87130F

Tints of Falu Red #87130F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.24%

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

R = 79.88%
G = 11.24%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#87130F (or 0x87130F) is known color: Falu Red. HEX triplet: 87, 13 and 0F. RGB value is (135,19,15). Sum of RGB (Red+Green+Blue) = 135+19+15=169 (22% of max value = 765). Red value is 135 (53.12% from 255 or 79.88% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 15 (6.25% from 255 or 8.88% from 169); Max value from RGB is 135 - color contains mainly: red. Hex color #87130F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #87130F is #78ECF0. Grayscale: #353535. Windows color (decimal): -7924977 or 988039. OLE color: 988039.

HSL color Cylindrical-coordinate representation of color #87130F: hue angle of 2º 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 #87130F is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 19 15 -
CMYK 0 0.86 0.89 0.47
HSL 0.8% 0.29% -
HSV(B) 0.89% 0.53% -
XYZ 10.31 5.65 1 -
YUV 53.23 106.43 186.33 -
System Red Green Blue C M Y K H S L
Decimal 135 19 15 0 0.86 0.89 0.47 2 0.8 0.29
Hex 87 13 F 0 56 59 2F 2 50 1D
Octal 207 23 17 0 126 131 57 2 120 35
Binary 10000111 10011 1111 0 1010110 1011001 101111 10 1010000 11101

Color Harmonies of #87130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87130F

Black with #87130F

Text Example


Text Example

White with #87130F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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