Html Css Color HEX #86260A Falu Red

📋 copy color: '#86260A'

red 134 ◦ green 38 ◦ blue 10

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

Shades of Falu Red #86260A

Tints of Falu Red #86260A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.88%

 BLUE value IS 10 (4.3% from 255) = 5.49%

R = 73.63%
G = 20.88%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#86260A (or 0x86260A) is known color: Falu Red. HEX triplet: 86, 26 and 0A. RGB value is (134,38,10). Sum of RGB (Red+Green+Blue) = 134+38+10=182 (24% of max value = 765). Red value is 134 (52.73% from 255 or 73.63% from 182); Green value is 38 (15.23% from 255 or 20.88% from 182); Blue value is 10 (4.30% from 255 or 5.49% from 182); Max value from RGB is 134 - color contains mainly: red. Hex color #86260A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86260A is #79D9F5. Grayscale: #3F3F3F. Windows color (decimal): -7985654 or 665222. OLE color: 665222.

HSL color Cylindrical-coordinate representation of color #86260A: hue angle of 13.55º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86260A is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 38 10 -
CMYK 0 0.72 0.93 0.47
HSL 13.55º 0.86% 0.28% -
HSV(B) 13.55º 0.93% 0.53% -
XYZ 10.58 6.48 0.98 -
YUV 63.51 97.8 178.28 -
System Red Green Blue C M Y K H S L
Decimal 134 38 10 0 0.72 0.93 0.47 13.55 0.86 0.28
Hex 86 26 A 0 48 5D 2F E 56 1C
Octal 206 46 12 0 110 135 57 16 126 34
Binary 10000110 100110 1010 0 1001000 1011101 101111 1110 1010110 11100

Color Harmonies of #86260A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86260A

Black with #86260A

Text Example


Text Example

White with #86260A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86260A; }

 p { color: rgb(134,38,10); }

 H1.HeaderClassName
 {
   color: #86260A;
 }
 .AnyTagClassName
 {
   color: #86260A;
 }
</style>

background-color css

<style>
 a { background-color: #86260A; }

 a { background-color: rgb(134,38,10); }

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

border-color css

<style>
 span { border-color: #86260A; }

 span { border-color: rgb(134,38,10); }

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