Html Css Color HEX #861818 Falu Red

📋 copy color: '#861818'

red 134 ◦ green 24 ◦ blue 24

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

Shades of Falu Red #861818

Tints of Falu Red #861818

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.19%

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

R = 73.63%
G = 13.19%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#861818 (or 0x861818) is known color: Falu Red. HEX triplet: 86, 18 and 18. RGB value is (134,24,24). Sum of RGB (Red+Green+Blue) = 134+24+24=182 (24% of max value = 765). Red value is 134 (52.73% from 255 or 73.63% from 182); Green value is 24 (9.77% from 255 or 13.19% from 182); Blue value is 24 (9.77% from 255 or 13.19% from 182); Max value from RGB is 134 - color contains mainly: red. Hex color #861818 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861818 is #79E7E7. Grayscale: #393939. Windows color (decimal): -7989224 or 1579142. OLE color: 1579142.

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

Color convert

RGB 134 24 24 -
CMYK 0 0.82 0.82 0.47
HSL 0.7% 0.31% -
HSV(B) 0.82% 0.53% -
XYZ 10.32 5.79 1.44 -
YUV 56.89 109.44 183 -
System Red Green Blue C M Y K H S L
Decimal 134 24 24 0 0.82 0.82 0.47 0 0.7 0.31
Hex 86 18 18 0 52 52 2F 0 46 1F
Octal 206 30 30 0 122 122 57 0 106 37
Binary 10000110 11000 11000 0 1010010 1010010 101111 0 1000110 11111

Color Harmonies of #861818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861818

Black with #861818

Text Example


Text Example

White with #861818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861818; }

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

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

background-color css

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

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

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

border-color css

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

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

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