Html Css Color HEX #861B18 Falu Red

📋 copy color: '#861B18'

red 134 ◦ green 27 ◦ blue 24

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

Shades of Falu Red #861B18

Tints of Falu Red #861B18

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.59%

 BLUE value IS 24 (9.77% from 255) = 12.97%

R = 72.43%
G = 14.59%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#861B18 (or 0x861B18) is known color: Falu Red. HEX triplet: 86, 1B and 18. RGB value is (134,27,24). Sum of RGB (Red+Green+Blue) = 134+27+24=185 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.43% from 185); Green value is 27 (10.94% from 255 or 14.59% from 185); Blue value is 24 (9.77% from 255 or 12.97% from 185); Max value from RGB is 134 - color contains mainly: red. Hex color #861B18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861B18 is #79E4E7. Grayscale: #3A3A3A. Windows color (decimal): -7988456 or 1579910. OLE color: 1579910.

HSL color Cylindrical-coordinate representation of color #861B18: hue angle of 1.64º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #861B18 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 27 24 -
CMYK 0 0.80 0.82 0.47
HSL 1.64º 0.7% 0.31% -
HSV(B) 1.64º 0.82% 0.53% -
XYZ 10.39 5.92 1.46 -
YUV 58.65 108.45 181.74 -
System Red Green Blue C M Y K H S L
Decimal 134 27 24 0 0.80 0.82 0.47 1.64 0.7 0.31
Hex 86 1B 18 0 50 52 2F 2 46 1F
Octal 206 33 30 0 120 122 57 2 106 37
Binary 10000110 11011 11000 0 1010000 1010010 101111 10 1000110 11111

Color Harmonies of #861B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861B18

Black with #861B18

Text Example


Text Example

White with #861B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,27,24); }

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

background-color css

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

 a { background-color: rgb(134,27,24); }

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

border-color css

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

 span { border-color: rgb(134,27,24); }

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