Html Css Color HEX #86180F Falu Red

📋 copy color: '#86180F'

red 134 ◦ green 24 ◦ blue 15

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

Shades of Falu Red #86180F

Tints of Falu Red #86180F

RGB

 RED value IS 134 (52.73% from 255) = 77.46%

 GREEN value IS 24 (9.77% from 255) = 13.87%

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

R = 77.46%
G = 13.87%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#86180F (or 0x86180F) is known color: Falu Red. HEX triplet: 86, 18 and 0F. RGB value is (134,24,15). Sum of RGB (Red+Green+Blue) = 134+24+15=173 (22% of max value = 765). Red value is 134 (52.73% from 255 or 77.46% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 134 - color contains mainly: red. Hex color #86180F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86180F is #79E7F0. Grayscale: #383838. Windows color (decimal): -7989233 or 989318. OLE color: 989318.

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

Color convert

RGB 134 24 15 -
CMYK 0 0.82 0.89 0.47
HSL 4.54º 0.8% 0.29% -
HSV(B) 4.54º 0.89% 0.53% -
XYZ 10.24 5.76 1.02 -
YUV 55.86 104.94 183.73 -
System Red Green Blue C M Y K H S L
Decimal 134 24 15 0 0.82 0.89 0.47 4.54 0.8 0.29
Hex 86 18 F 0 52 59 2F 5 50 1D
Octal 206 30 17 0 122 131 57 5 120 35
Binary 10000110 11000 1111 0 1010010 1011001 101111 101 1010000 11101

Color Harmonies of #86180F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86180F

Black with #86180F

Text Example


Text Example

White with #86180F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,24,15); }

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

background-color css

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

 a { background-color: rgb(134,24,15); }

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

border-color css

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

 span { border-color: rgb(134,24,15); }

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