Html Css Color HEX #862117 Falu Red

📋 copy color: '#862117'

red 134 ◦ green 33 ◦ blue 23

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

Shades of Falu Red #862117

Tints of Falu Red #862117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.11%

R = 70.53%
G = 17.37%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.47

RGB Variations

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

Color information

#862117 (or 0x862117) is known color: Falu Red. HEX triplet: 86, 21 and 17. RGB value is (134,33,23). Sum of RGB (Red+Green+Blue) = 134+33+23=190 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.53% from 190); Green value is 33 (13.28% from 255 or 17.37% from 190); Blue value is 23 (9.38% from 255 or 12.11% from 190); Max value from RGB is 134 - color contains mainly: red. Hex color #862117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862117 is #79DEE8. Grayscale: #3E3E3E. Windows color (decimal): -7986921 or 1515910. OLE color: 1515910.

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

Color convert

RGB 134 33 23 -
CMYK 0 0.75 0.83 0.47
HSL 5.41º 0.71% 0.31% -
HSV(B) 5.41º 0.83% 0.53% -
XYZ 10.53 6.22 1.46 -
YUV 62.06 105.96 179.31 -
System Red Green Blue C M Y K H S L
Decimal 134 33 23 0 0.75 0.83 0.47 5.41 0.71 0.31
Hex 86 21 17 0 4B 53 2F 5 47 1F
Octal 206 41 27 0 113 123 57 5 107 37
Binary 10000110 100001 10111 0 1001011 1010011 101111 101 1000111 11111

Color Harmonies of #862117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862117

Black with #862117

Text Example


Text Example

White with #862117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862117; }

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

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

background-color css

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

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

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

border-color css

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

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

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