Html Css Color HEX #862310 Falu Red

📋 copy color: '#862310'

red 134 ◦ green 35 ◦ blue 16

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

Shades of Falu Red #862310

Tints of Falu Red #862310

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.92%

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

R = 72.43%
G = 18.92%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#862310 (or 0x862310) is known color: Falu Red. HEX triplet: 86, 23 and 10. RGB value is (134,35,16). Sum of RGB (Red+Green+Blue) = 134+35+16=185 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.43% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 134 - color contains mainly: red. Hex color #862310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862310 is #79DCEF. Grayscale: #3E3E3E. Windows color (decimal): -7986416 or 1057670. OLE color: 1057670.

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

Color convert

RGB 134 35 16 -
CMYK 0 0.74 0.88 0.47
HSL 9.66º 0.79% 0.29% -
HSV(B) 9.66º 0.88% 0.53% -
XYZ 10.53 6.31 1.15 -
YUV 62.44 101.8 179.04 -
System Red Green Blue C M Y K H S L
Decimal 134 35 16 0 0.74 0.88 0.47 9.66 0.79 0.29
Hex 86 23 10 0 4A 58 2F A 4F 1D
Octal 206 43 20 0 112 130 57 12 117 35
Binary 10000110 100011 10000 0 1001010 1011000 101111 1010 1001111 11101

Color Harmonies of #862310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862310

Black with #862310

Text Example


Text Example

White with #862310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862310; }

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

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

background-color css

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

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

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

border-color css

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

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

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