Html Css Color HEX #771F1F Falu Red

📋 copy color: '#771F1F'

red 119 ◦ green 31 ◦ blue 31

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

Shades of Falu Red #771F1F

Tints of Falu Red #771F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 17.13%

R = 65.75%
G = 17.13%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#771F1F (or 0x771F1F) is known color: Falu Red. HEX triplet: 77, 1F and 1F. RGB value is (119,31,31). Sum of RGB (Red+Green+Blue) = 119+31+31=181 (23% of max value = 765). Red value is 119 (46.88% from 255 or 65.75% from 181); Green value is 31 (12.5% from 255 or 17.13% from 181); Blue value is 31 (12.5% from 255 or 17.13% from 181); Max value from RGB is 119 - color contains mainly: red. Hex color #771F1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771F1F is #88E0E0. Grayscale: #393939. Windows color (decimal): -8970465 or 2039671. OLE color: 2039671.

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

Color convert

RGB 119 31 31 -
CMYK 0 0.74 0.74 0.53
HSL 0.59% 0.29% -
HSV(B) 0.74% 0.47% -
XYZ 8.35 5 1.82 -
YUV 57.31 113.15 172 -
System Red Green Blue C M Y K H S L
Decimal 119 31 31 0 0.74 0.74 0.53 0 0.59 0.29
Hex 77 1F 1F 0 4A 4A 35 0 3B 1D
Octal 167 37 37 0 112 112 65 0 73 35
Binary 1110111 11111 11111 0 1001010 1001010 110101 0 111011 11101

Color Harmonies of #771F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771F1F

Black with #771F1F

Text Example


Text Example

White with #771F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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