Html Css Color HEX #86250B Falu Red

📋 copy color: '#86250B'

red 134 ◦ green 37 ◦ blue 11

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

Shades of Falu Red #86250B

Tints of Falu Red #86250B

RGB

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

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

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

R = 73.63%
G = 20.33%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.47

RGB Variations

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

Color information

#86250B (or 0x86250B) is known color: Falu Red. HEX triplet: 86, 25 and 0B. RGB value is (134,37,11). Sum of RGB (Red+Green+Blue) = 134+37+11=182 (24% of max value = 765). Red value is 134 (52.73% from 255 or 73.63% from 182); Green value is 37 (14.84% from 255 or 20.33% from 182); Blue value is 11 (4.69% from 255 or 6.04% from 182); Max value from RGB is 134 - color contains mainly: red. Hex color #86250B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86250B is #79DAF4. Grayscale: #3F3F3F. Windows color (decimal): -7985909 or 730502. OLE color: 730502.

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

Color convert

RGB 134 37 11 -
CMYK 0 0.72 0.92 0.47
HSL 12.68º 0.85% 0.28% -
HSV(B) 12.68º 0.92% 0.53% -
XYZ 10.55 6.42 1 -
YUV 63.04 98.64 178.61 -
System Red Green Blue C M Y K H S L
Decimal 134 37 11 0 0.72 0.92 0.47 12.68 0.85 0.28
Hex 86 25 B 0 48 5C 2F D 55 1C
Octal 206 45 13 0 110 134 57 15 125 34
Binary 10000110 100101 1011 0 1001000 1011100 101111 1101 1010101 11100

Color Harmonies of #86250B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86250B

Black with #86250B

Text Example


Text Example

White with #86250B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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