Html Css Color HEX #86260D Falu Red

📋 copy color: '#86260D'

red 134 ◦ green 38 ◦ blue 13

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

Shades of Falu Red #86260D

Tints of Falu Red #86260D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.03%

R = 72.43%
G = 20.54%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#86260D (or 0x86260D) is known color: Falu Red. HEX triplet: 86, 26 and 0D. RGB value is (134,38,13). Sum of RGB (Red+Green+Blue) = 134+38+13=185 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.43% from 185); Green value is 38 (15.23% from 255 or 20.54% from 185); Blue value is 13 (5.47% from 255 or 7.03% from 185); Max value from RGB is 134 - color contains mainly: red. Hex color #86260D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86260D is #79D9F2. Grayscale: #404040. Windows color (decimal): -7985651 or 861830. OLE color: 861830.

HSL color Cylindrical-coordinate representation of color #86260D: hue angle of 12.4º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86260D is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 38 13 -
CMYK 0 0.72 0.90 0.47
HSL 12.4º 0.82% 0.29% -
HSV(B) 12.4º 0.9% 0.53% -
XYZ 10.6 6.48 1.07 -
YUV 63.85 99.3 178.03 -
System Red Green Blue C M Y K H S L
Decimal 134 38 13 0 0.72 0.90 0.47 12.4 0.82 0.29
Hex 86 26 D 0 48 5A 2F C 52 1D
Octal 206 46 15 0 110 132 57 14 122 35
Binary 10000110 100110 1101 0 1001000 1011010 101111 1100 1010010 11101

Color Harmonies of #86260D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86260D

Black with #86260D

Text Example


Text Example

White with #86260D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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