Html Css Color HEX #862205 Falu Red

📋 copy color: '#862205'

red 134 ◦ green 34 ◦ blue 5

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

Shades of Falu Red #862205

Tints of Falu Red #862205

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.65%

 BLUE value IS 5 (2.34% from 255) = 2.89%

R = 77.46%
G = 19.65%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#862205 (or 0x862205) is known color: Falu Red. HEX triplet: 86, 22 and 05. RGB value is (134,34,5). Sum of RGB (Red+Green+Blue) = 134+34+5=173 (22% of max value = 765). Red value is 134 (52.73% from 255 or 77.46% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 134 - color contains mainly: red. Hex color #862205 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862205 is #79DDFA. Grayscale: #3C3C3C. Windows color (decimal): -7986683 or 336518. OLE color: 336518.

HSL color Cylindrical-coordinate representation of color #862205: hue angle of 13.49º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #862205 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 34 5 -
CMYK 0 0.75 0.96 0.47
HSL 13.49º 0.93% 0.27% -
HSV(B) 13.49º 0.96% 0.53% -
XYZ 10.43 6.22 0.8 -
YUV 60.59 96.63 180.36 -
System Red Green Blue C M Y K H S L
Decimal 134 34 5 0 0.75 0.96 0.47 13.49 0.93 0.27
Hex 86 22 5 0 4B 60 2F D 5D 1B
Octal 206 42 5 0 113 140 57 15 135 33
Binary 10000110 100010 101 0 1001011 1100000 101111 1101 1011101 11011

Color Harmonies of #862205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862205

Black with #862205

Text Example


Text Example

White with #862205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862205; }

 p { color: rgb(134,34,5); }

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

background-color css

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

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

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

border-color css

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

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

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