Html Css Color HEX #771F0A Falu Red

📋 copy color: '#771F0A'

red 119 ◦ green 31 ◦ blue 10

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

Shades of Falu Red #771F0A

Tints of Falu Red #771F0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.25%

R = 74.38%
G = 19.38%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#771F0A (or 0x771F0A) is known color: Falu Red. HEX triplet: 77, 1F and 0A. RGB value is (119,31,10). Sum of RGB (Red+Green+Blue) = 119+31+10=160 (21% of max value = 765). Red value is 119 (46.88% from 255 or 74.38% from 160); Green value is 31 (12.5% from 255 or 19.38% from 160); Blue value is 10 (4.30% from 255 or 6.25% from 160); Max value from RGB is 119 - color contains mainly: red. Hex color #771F0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771F0A is #88E0F5. Grayscale: #373737. Windows color (decimal): -8970486 or 663415. OLE color: 663415.

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

Color convert

RGB 119 31 10 -
CMYK 0 0.74 0.92 0.53
HSL 11.56º 0.84% 0.25% -
HSV(B) 11.56º 0.92% 0.47% -
XYZ 8.15 4.92 0.81 -
YUV 54.92 102.65 173.71 -
System Red Green Blue C M Y K H S L
Decimal 119 31 10 0 0.74 0.92 0.53 11.56 0.84 0.25
Hex 77 1F A 0 4A 5C 35 C 54 19
Octal 167 37 12 0 112 134 65 14 124 31
Binary 1110111 11111 1010 0 1001010 1011100 110101 1100 1010100 11001

Color Harmonies of #771F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771F0A

Black with #771F0A

Text Example


Text Example

White with #771F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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