Html Css Color HEX #771F03 Falu Red

📋 copy color: '#771F03'

red 119 ◦ green 31 ◦ blue 3

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

Shades of Falu Red #771F03

Tints of Falu Red #771F03

RGB

 RED value IS 119 (46.88% from 255) = 77.78%

 GREEN value IS 31 (12.5% from 255) = 20.26%

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

R = 77.78%
G = 20.26%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#771F03 (or 0x771F03) is known color: Falu Red. HEX triplet: 77, 1F and 03. RGB value is (119,31,3). Sum of RGB (Red+Green+Blue) = 119+31+3=153 (20% of max value = 765). Red value is 119 (46.88% from 255 or 77.78% from 153); Green value is 31 (12.5% from 255 or 20.26% from 153); Blue value is 3 (1.56% from 255 or 1.96% from 153); Max value from RGB is 119 - color contains mainly: red. Hex color #771F03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771F03 is #88E0FC. Grayscale: #363636. Windows color (decimal): -8970493 or 204663. OLE color: 204663.

HSL color Cylindrical-coordinate representation of color #771F03: hue angle of 14.48º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #771F03 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 31 3 -
CMYK 0 0.74 0.97 0.53
HSL 14.48º 0.95% 0.24% -
HSV(B) 14.48º 0.97% 0.47% -
XYZ 8.11 4.91 0.61 -
YUV 54.12 99.15 174.28 -
System Red Green Blue C M Y K H S L
Decimal 119 31 3 0 0.74 0.97 0.53 14.48 0.95 0.24
Hex 77 1F 3 0 4A 61 35 E 5F 18
Octal 167 37 3 0 112 141 65 16 137 30
Binary 1110111 11111 11 0 1001010 1100001 110101 1110 1011111 11000

Color Harmonies of #771F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771F03

Black with #771F03

Text Example


Text Example

White with #771F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771F03; }

 p { color: rgb(119,31,3); }

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

background-color css

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

 a { background-color: rgb(119,31,3); }

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

border-color css

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

 span { border-color: rgb(119,31,3); }

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