Html Css Color HEX #86250E Falu Red

📋 copy color: '#86250E'

red 134 ◦ green 37 ◦ blue 14

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

Shades of Falu Red #86250E

Tints of Falu Red #86250E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20%

 BLUE value IS 14 (5.86% from 255) = 7.57%

R = 72.43%
G = 20%
B = 7.57%

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

#86250E (or 0x86250E) is known color: Falu Red. HEX triplet: 86, 25 and 0E. RGB value is (134,37,14). Sum of RGB (Red+Green+Blue) = 134+37+14=185 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.43% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 14 (5.86% from 255 or 7.57% from 185); Max value from RGB is 134 - color contains mainly: red. Hex color #86250E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86250E is #79DAF1. Grayscale: #3F3F3F. Windows color (decimal): -7985906 or 927110. OLE color: 927110.

HSL color Cylindrical-coordinate representation of color #86250E: hue angle of 11.5º degrees, saturation: 0.81, 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 #86250E is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 37 14 -
CMYK 0 0.72 0.90 0.47
HSL 11.5º 0.81% 0.29% -
HSV(B) 11.5º 0.9% 0.53% -
XYZ 10.57 6.42 1.1 -
YUV 63.38 100.14 178.37 -
System Red Green Blue C M Y K H S L
Decimal 134 37 14 0 0.72 0.90 0.47 11.5 0.81 0.29
Hex 86 25 E 0 48 5A 2F C 51 1D
Octal 206 45 16 0 110 132 57 14 121 35
Binary 10000110 100101 1110 0 1001000 1011010 101111 1100 1010001 11101

Color Harmonies of #86250E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86250E

Black with #86250E

Text Example


Text Example

White with #86250E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86250E; }

 p { color: rgb(134,37,14); }

 H1.HeaderClassName
 {
   color: #86250E;
 }
 .AnyTagClassName
 {
   color: #86250E;
 }
</style>

background-color css

<style>
 a { background-color: #86250E; }

 a { background-color: rgb(134,37,14); }

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

border-color css

<style>
 span { border-color: #86250E; }

 span { border-color: rgb(134,37,14); }

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