Html Css Color HEX #86210F Falu Red

📋 copy color: '#86210F'

red 134 ◦ green 33 ◦ blue 15

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

Shades of Falu Red #86210F

Tints of Falu Red #86210F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.13%

 BLUE value IS 15 (6.25% from 255) = 8.24%

R = 73.63%
G = 18.13%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#86210F (or 0x86210F) is known color: Falu Red. HEX triplet: 86, 21 and 0F. RGB value is (134,33,15). Sum of RGB (Red+Green+Blue) = 134+33+15=182 (24% of max value = 765). Red value is 134 (52.73% from 255 or 73.63% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 15 (6.25% from 255 or 8.24% from 182); Max value from RGB is 134 - color contains mainly: red. Hex color #86210F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86210F is #79DEF0. Grayscale: #3D3D3D. Windows color (decimal): -7986929 or 991622. OLE color: 991622.

HSL color Cylindrical-coordinate representation of color #86210F: hue angle of 9.08º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #86210F is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 33 15 -
CMYK 0 0.75 0.89 0.47
HSL 9.08º 0.8% 0.29% -
HSV(B) 9.08º 0.89% 0.53% -
XYZ 10.46 6.19 1.1 -
YUV 61.15 101.96 179.96 -
System Red Green Blue C M Y K H S L
Decimal 134 33 15 0 0.75 0.89 0.47 9.08 0.8 0.29
Hex 86 21 F 0 4B 59 2F 9 50 1D
Octal 206 41 17 0 113 131 57 11 120 35
Binary 10000110 100001 1111 0 1001011 1011001 101111 1001 1010000 11101

Color Harmonies of #86210F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86210F

Black with #86210F

Text Example


Text Example

White with #86210F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86210F; }

 p { color: rgb(134,33,15); }

 H1.HeaderClassName
 {
   color: #86210F;
 }
 .AnyTagClassName
 {
   color: #86210F;
 }
</style>

background-color css

<style>
 a { background-color: #86210F; }

 a { background-color: rgb(134,33,15); }

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

border-color css

<style>
 span { border-color: #86210F; }

 span { border-color: rgb(134,33,15); }

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