Html Css Color HEX #86240B Falu Red

📋 copy color: '#86240B'

red 134 ◦ green 36 ◦ blue 11

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

Shades of Falu Red #86240B

Tints of Falu Red #86240B

RGB

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

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

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

R = 74.03%
G = 19.89%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.47

RGB Variations

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

Color information

#86240B (or 0x86240B) is known color: Falu Red. HEX triplet: 86, 24 and 0B. RGB value is (134,36,11). Sum of RGB (Red+Green+Blue) = 134+36+11=181 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.03% from 181); Green value is 36 (14.45% from 255 or 19.89% from 181); Blue value is 11 (4.69% from 255 or 6.08% from 181); Max value from RGB is 134 - color contains mainly: red. Hex color #86240B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86240B is #79DBF4. Grayscale: #3E3E3E. Windows color (decimal): -7986165 or 730246. OLE color: 730246.

HSL color Cylindrical-coordinate representation of color #86240B: hue angle of 12.2º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #86240B is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 36 11 -
CMYK 0 0.73 0.92 0.47
HSL 12.2º 0.85% 0.28% -
HSV(B) 12.2º 0.92% 0.53% -
XYZ 10.52 6.35 0.99 -
YUV 62.45 98.97 179.03 -
System Red Green Blue C M Y K H S L
Decimal 134 36 11 0 0.73 0.92 0.47 12.2 0.85 0.28
Hex 86 24 B 0 49 5C 2F C 55 1C
Octal 206 44 13 0 111 134 57 14 125 34
Binary 10000110 100100 1011 0 1001001 1011100 101111 1100 1010101 11100

Color Harmonies of #86240B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86240B

Black with #86240B

Text Example


Text Example

White with #86240B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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