Html Css Color HEX #862019 Falu Red

📋 copy color: '#862019'

red 134 ◦ green 32 ◦ blue 25

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

Shades of Falu Red #862019

Tints of Falu Red #862019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.09%

R = 70.16%
G = 16.75%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#862019 (or 0x862019) is known color: Falu Red. HEX triplet: 86, 20 and 19. RGB value is (134,32,25). Sum of RGB (Red+Green+Blue) = 134+32+25=191 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.16% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 25 (10.16% from 255 or 13.09% from 191); Max value from RGB is 134 - color contains mainly: red. Hex color #862019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862019 is #79DFE6. Grayscale: #3D3D3D. Windows color (decimal): -7987175 or 1646726. OLE color: 1646726.

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

Color convert

RGB 134 32 25 -
CMYK 0 0.76 0.81 0.47
HSL 3.85º 0.69% 0.31% -
HSV(B) 3.85º 0.81% 0.53% -
XYZ 10.52 6.17 1.56 -
YUV 61.7 107.29 179.57 -
System Red Green Blue C M Y K H S L
Decimal 134 32 25 0 0.76 0.81 0.47 3.85 0.69 0.31
Hex 86 20 19 0 4C 51 2F 4 45 1F
Octal 206 40 31 0 114 121 57 4 105 37
Binary 10000110 100000 11001 0 1001100 1010001 101111 100 1000101 11111

Color Harmonies of #862019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862019

Black with #862019

Text Example


Text Example

White with #862019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862019; }

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

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

background-color css

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

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

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

border-color css

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

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

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