Html Css Color HEX #862410 Falu Red

📋 copy color: '#862410'

red 134 ◦ green 36 ◦ blue 16

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

Shades of Falu Red #862410

Tints of Falu Red #862410

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.35%

 BLUE value IS 16 (6.64% from 255) = 8.6%

R = 72.04%
G = 19.35%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#862410 (or 0x862410) is known color: Falu Red. HEX triplet: 86, 24 and 10. RGB value is (134,36,16). Sum of RGB (Red+Green+Blue) = 134+36+16=186 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.04% from 186); Green value is 36 (14.45% from 255 or 19.35% from 186); Blue value is 16 (6.64% from 255 or 8.60% from 186); Max value from RGB is 134 - color contains mainly: red. Hex color #862410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862410 is #79DBEF. Grayscale: #3F3F3F. Windows color (decimal): -7986160 or 1057926. OLE color: 1057926.

HSL color Cylindrical-coordinate representation of color #862410: hue angle of 10.17º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #862410 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 36 16 -
CMYK 0 0.73 0.88 0.47
HSL 10.17º 0.79% 0.29% -
HSV(B) 10.17º 0.88% 0.53% -
XYZ 10.56 6.37 1.16 -
YUV 63.02 101.47 178.63 -
System Red Green Blue C M Y K H S L
Decimal 134 36 16 0 0.73 0.88 0.47 10.17 0.79 0.29
Hex 86 24 10 0 49 58 2F A 4F 1D
Octal 206 44 20 0 111 130 57 12 117 35
Binary 10000110 100100 10000 0 1001001 1011000 101111 1010 1001111 11101

Color Harmonies of #862410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862410

Black with #862410

Text Example


Text Example

White with #862410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862410; }

 p { color: rgb(134,36,16); }

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

background-color css

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

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

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

border-color css

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

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

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