Html Css Color HEX #862005 Falu Red

📋 copy color: '#862005'

red 134 ◦ green 32 ◦ blue 5

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

Shades of Falu Red #862005

Tints of Falu Red #862005

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.71%

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

R = 78.36%
G = 18.71%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#862005 (or 0x862005) is known color: Falu Red. HEX triplet: 86, 20 and 05. RGB value is (134,32,5). Sum of RGB (Red+Green+Blue) = 134+32+5=171 (22% of max value = 765). Red value is 134 (52.73% from 255 or 78.36% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 5 (2.34% from 255 or 2.92% from 171); Max value from RGB is 134 - color contains mainly: red. Hex color #862005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862005 is #79DFFA. Grayscale: #3B3B3B. Windows color (decimal): -7987195 or 336006. OLE color: 336006.

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

Color convert

RGB 134 32 5 -
CMYK 0 0.76 0.96 0.47
HSL 12.56º 0.93% 0.27% -
HSV(B) 12.56º 0.96% 0.53% -
XYZ 10.38 6.11 0.78 -
YUV 59.42 97.29 181.2 -
System Red Green Blue C M Y K H S L
Decimal 134 32 5 0 0.76 0.96 0.47 12.56 0.93 0.27
Hex 86 20 5 0 4C 60 2F D 5D 1B
Octal 206 40 5 0 114 140 57 15 135 33
Binary 10000110 100000 101 0 1001100 1100000 101111 1101 1011101 11011

Color Harmonies of #862005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862005

Black with #862005

Text Example


Text Example

White with #862005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862005; }

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

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

background-color css

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

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

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

border-color css

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

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

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