Html Css Color HEX #771E1C Falu Red

📋 copy color: '#771E1C'

red 119 ◦ green 30 ◦ blue 28

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

Shades of Falu Red #771E1C

Tints of Falu Red #771E1C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.95%

 BLUE value IS 28 (11.33% from 255) = 15.82%

R = 67.23%
G = 16.95%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#771E1C (or 0x771E1C) is known color: Falu Red. HEX triplet: 77, 1E and 1C. RGB value is (119,30,28). Sum of RGB (Red+Green+Blue) = 119+30+28=177 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.23% from 177); Green value is 30 (12.11% from 255 or 16.95% from 177); Blue value is 28 (11.33% from 255 or 15.82% from 177); Max value from RGB is 119 - color contains mainly: red. Hex color #771E1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771E1C is #88E1E3. Grayscale: #383838. Windows color (decimal): -8970724 or 1842807. OLE color: 1842807.

HSL color Cylindrical-coordinate representation of color #771E1C: hue angle of 1.32º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #771E1C is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 30 28 -
CMYK 0 0.75 0.76 0.53
HSL 1.32º 0.62% 0.29% -
HSV(B) 1.32º 0.76% 0.47% -
XYZ 8.28 4.93 1.61 -
YUV 56.38 111.99 172.66 -
System Red Green Blue C M Y K H S L
Decimal 119 30 28 0 0.75 0.76 0.53 1.32 0.62 0.29
Hex 77 1E 1C 0 4B 4C 35 1 3E 1D
Octal 167 36 34 0 113 114 65 1 76 35
Binary 1110111 11110 11100 0 1001011 1001100 110101 1 111110 11101

Color Harmonies of #771E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771E1C

Black with #771E1C

Text Example


Text Example

White with #771E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,30,28); }

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

background-color css

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

 a { background-color: rgb(119,30,28); }

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

border-color css

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

 span { border-color: rgb(119,30,28); }

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