Html Css Color HEX #771D03 Falu Red

📋 copy color: '#771D03'

red 119 ◦ green 29 ◦ blue 3

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

Shades of Falu Red #771D03

Tints of Falu Red #771D03

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.21%

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

R = 78.81%
G = 19.21%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#771D03 (or 0x771D03) is known color: Falu Red. HEX triplet: 77, 1D and 03. RGB value is (119,29,3). Sum of RGB (Red+Green+Blue) = 119+29+3=151 (20% of max value = 765). Red value is 119 (46.88% from 255 or 78.81% from 151); Green value is 29 (11.72% from 255 or 19.21% from 151); Blue value is 3 (1.56% from 255 or 1.99% from 151); Max value from RGB is 119 - color contains mainly: red. Hex color #771D03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771D03 is #88E2FC. Grayscale: #353535. Windows color (decimal): -8971005 or 204151. OLE color: 204151.

HSL color Cylindrical-coordinate representation of color #771D03: hue angle of 13.45º 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 #771D03 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 29 3 -
CMYK 0 0.76 0.97 0.53
HSL 13.45º 0.95% 0.24% -
HSV(B) 13.45º 0.97% 0.47% -
XYZ 8.06 4.81 0.59 -
YUV 52.95 99.82 175.11 -
System Red Green Blue C M Y K H S L
Decimal 119 29 3 0 0.76 0.97 0.53 13.45 0.95 0.24
Hex 77 1D 3 0 4C 61 35 D 5F 18
Octal 167 35 3 0 114 141 65 15 137 30
Binary 1110111 11101 11 0 1001100 1100001 110101 1101 1011111 11000

Color Harmonies of #771D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771D03

Black with #771D03

Text Example


Text Example

White with #771D03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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