Html Css Color HEX #861E17 Falu Red

📋 copy color: '#861E17'

red 134 ◦ green 30 ◦ blue 23

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

Shades of Falu Red #861E17

Tints of Falu Red #861E17

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.04%

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

R = 71.66%
G = 16.04%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.47

RGB Variations

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

Color information

#861E17 (or 0x861E17) is known color: Falu Red. HEX triplet: 86, 1E and 17. RGB value is (134,30,23). Sum of RGB (Red+Green+Blue) = 134+30+23=187 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.66% from 187); Green value is 30 (12.11% from 255 or 16.04% from 187); Blue value is 23 (9.38% from 255 or 12.30% from 187); Max value from RGB is 134 - color contains mainly: red. Hex color #861E17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861E17 is #79E1E8. Grayscale: #3C3C3C. Windows color (decimal): -7987689 or 1515142. OLE color: 1515142.

HSL color Cylindrical-coordinate representation of color #861E17: hue angle of 3.78º 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 #861E17 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 30 23 -
CMYK 0 0.78 0.83 0.47
HSL 3.78º 0.71% 0.31% -
HSV(B) 3.78º 0.83% 0.53% -
XYZ 10.45 6.06 1.43 -
YUV 60.3 106.96 180.57 -
System Red Green Blue C M Y K H S L
Decimal 134 30 23 0 0.78 0.83 0.47 3.78 0.71 0.31
Hex 86 1E 17 0 4E 53 2F 4 47 1F
Octal 206 36 27 0 116 123 57 4 107 37
Binary 10000110 11110 10111 0 1001110 1010011 101111 100 1000111 11111

Color Harmonies of #861E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861E17

Black with #861E17

Text Example


Text Example

White with #861E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861E17; }

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

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

background-color css

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

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

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

border-color css

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

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

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