Html Css Color HEX #86240F Falu Red

📋 copy color: '#86240F'

red 134 ◦ green 36 ◦ blue 15

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

Shades of Falu Red #86240F

Tints of Falu Red #86240F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.46%

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

R = 72.43%
G = 19.46%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#86240F (or 0x86240F) is known color: Falu Red. HEX triplet: 86, 24 and 0F. RGB value is (134,36,15). Sum of RGB (Red+Green+Blue) = 134+36+15=185 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.43% from 185); Green value is 36 (14.45% from 255 or 19.46% from 185); Blue value is 15 (6.25% from 255 or 8.11% from 185); Max value from RGB is 134 - color contains mainly: red. Hex color #86240F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86240F is #79DBF0. Grayscale: #3F3F3F. Windows color (decimal): -7986161 or 992390. OLE color: 992390.

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

Color convert

RGB 134 36 15 -
CMYK 0 0.73 0.89 0.47
HSL 10.59º 0.8% 0.29% -
HSV(B) 10.59º 0.89% 0.53% -
XYZ 10.55 6.36 1.12 -
YUV 62.91 100.97 178.71 -
System Red Green Blue C M Y K H S L
Decimal 134 36 15 0 0.73 0.89 0.47 10.59 0.8 0.29
Hex 86 24 F 0 49 59 2F B 50 1D
Octal 206 44 17 0 111 131 57 13 120 35
Binary 10000110 100100 1111 0 1001001 1011001 101111 1011 1010000 11101

Color Harmonies of #86240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86240F

Black with #86240F

Text Example


Text Example

White with #86240F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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