Html Css Color HEX #862319 Falu Red

📋 copy color: '#862319'

red 134 ◦ green 35 ◦ blue 25

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

Shades of Falu Red #862319

Tints of Falu Red #862319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.89%

R = 69.07%
G = 18.04%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#862319 (or 0x862319) is known color: Falu Red. HEX triplet: 86, 23 and 19. RGB value is (134,35,25). Sum of RGB (Red+Green+Blue) = 134+35+25=194 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.07% from 194); Green value is 35 (14.06% from 255 or 18.04% from 194); Blue value is 25 (10.16% from 255 or 12.89% from 194); Max value from RGB is 134 - color contains mainly: red. Hex color #862319 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862319 is #79DCE6. Grayscale: #3F3F3F. Windows color (decimal): -7986407 or 1647494. OLE color: 1647494.

HSL color Cylindrical-coordinate representation of color #862319: hue angle of 5.5º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #862319 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 35 25 -
CMYK 0 0.74 0.81 0.47
HSL 5.5º 0.69% 0.31% -
HSV(B) 5.5º 0.81% 0.53% -
XYZ 10.61 6.34 1.58 -
YUV 63.46 106.3 178.31 -
System Red Green Blue C M Y K H S L
Decimal 134 35 25 0 0.74 0.81 0.47 5.5 0.69 0.31
Hex 86 23 19 0 4A 51 2F 6 45 1F
Octal 206 43 31 0 112 121 57 6 105 37
Binary 10000110 100011 11001 0 1001010 1010001 101111 110 1000101 11111

Color Harmonies of #862319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862319

Black with #862319

Text Example


Text Example

White with #862319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862319; }

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

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

background-color css

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

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

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

border-color css

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

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

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