Html Css Color HEX #861903 Falu Red

📋 copy color: '#861903'

red 134 ◦ green 25 ◦ blue 3

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

Shades of Falu Red #861903

Tints of Falu Red #861903

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.43%

 BLUE value IS 3 (1.56% from 255) = 1.85%

R = 82.72%
G = 15.43%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.47

RGB Variations

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

Color information

#861903 (or 0x861903) is known color: Falu Red. HEX triplet: 86, 19 and 03. RGB value is (134,25,3). Sum of RGB (Red+Green+Blue) = 134+25+3=162 (21% of max value = 765). Red value is 134 (52.73% from 255 or 82.72% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 3 (1.56% from 255 or 1.85% from 162); Max value from RGB is 134 - color contains mainly: red. Hex color #861903 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861903 is #79E6FC. Grayscale: #373737. Windows color (decimal): -7988989 or 203142. OLE color: 203142.

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

Color convert

RGB 134 25 3 -
CMYK 0 0.81 0.98 0.47
HSL 10.08º 0.96% 0.27% -
HSV(B) 10.08º 0.98% 0.53% -
XYZ 10.2 5.77 0.66 -
YUV 55.08 98.61 184.29 -
System Red Green Blue C M Y K H S L
Decimal 134 25 3 0 0.81 0.98 0.47 10.08 0.96 0.27
Hex 86 19 3 0 51 62 2F A 60 1B
Octal 206 31 3 0 121 142 57 12 140 33
Binary 10000110 11001 11 0 1010001 1100010 101111 1010 1100000 11011

Color Harmonies of #861903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861903

Black with #861903

Text Example


Text Example

White with #861903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861903; }

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

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

background-color css

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

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

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

border-color css

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

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

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