Html Css Color HEX #862012 Falu Red

📋 copy color: '#862012'

red 134 ◦ green 32 ◦ blue 18

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

Shades of Falu Red #862012

Tints of Falu Red #862012

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.39%

 BLUE value IS 18 (7.42% from 255) = 9.78%

R = 72.83%
G = 17.39%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#862012 (or 0x862012) is known color: Falu Red. HEX triplet: 86, 20 and 12. RGB value is (134,32,18). Sum of RGB (Red+Green+Blue) = 134+32+18=184 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.83% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 18 (7.42% from 255 or 9.78% from 184); Max value from RGB is 134 - color contains mainly: red. Hex color #862012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862012 is #79DFED. Grayscale: #3D3D3D. Windows color (decimal): -7987182 or 1187974. OLE color: 1187974.

HSL color Cylindrical-coordinate representation of color #862012: hue angle of 7.24º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #862012 is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 32 18 -
CMYK 0 0.76 0.87 0.47
HSL 7.24º 0.76% 0.3% -
HSV(B) 7.24º 0.87% 0.53% -
XYZ 10.46 6.15 1.21 -
YUV 60.9 103.79 180.14 -
System Red Green Blue C M Y K H S L
Decimal 134 32 18 0 0.76 0.87 0.47 7.24 0.76 0.3
Hex 86 20 12 0 4C 57 2F 7 4C 1E
Octal 206 40 22 0 114 127 57 7 114 36
Binary 10000110 100000 10010 0 1001100 1010111 101111 111 1001100 11110

Color Harmonies of #862012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862012

Black with #862012

Text Example


Text Example

White with #862012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862012; }

 p { color: rgb(134,32,18); }

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

background-color css

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

 a { background-color: rgb(134,32,18); }

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

border-color css

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

 span { border-color: rgb(134,32,18); }

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