Html Css Color HEX #87120F Falu Red

📋 copy color: '#87120F'

red 135 ◦ green 18 ◦ blue 15

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

Shades of Falu Red #87120F

Tints of Falu Red #87120F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.71%

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

R = 80.36%
G = 10.71%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#87120F (or 0x87120F) is known color: Falu Red. HEX triplet: 87, 12 and 0F. RGB value is (135,18,15). Sum of RGB (Red+Green+Blue) = 135+18+15=168 (22% of max value = 765). Red value is 135 (53.12% from 255 or 80.36% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 15 (6.25% from 255 or 8.93% from 168); Max value from RGB is 135 - color contains mainly: red. Hex color #87120F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #87120F is #78EDF0. Grayscale: #343434. Windows color (decimal): -7925233 or 987783. OLE color: 987783.

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

Color convert

RGB 135 18 15 -
CMYK 0 0.87 0.89 0.47
HSL 1.5º 0.8% 0.29% -
HSV(B) 1.5º 0.89% 0.53% -
XYZ 10.29 5.62 0.99 -
YUV 52.64 106.76 186.74 -
System Red Green Blue C M Y K H S L
Decimal 135 18 15 0 0.87 0.89 0.47 1.5 0.8 0.29
Hex 87 12 F 0 57 59 2F 2 50 1D
Octal 207 22 17 0 127 131 57 2 120 35
Binary 10000111 10010 1111 0 1010111 1011001 101111 10 1010000 11101

Color Harmonies of #87120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87120F

Black with #87120F

Text Example


Text Example

White with #87120F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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