Html Css Color HEX #771D0F Falu Red

📋 copy color: '#771D0F'

red 119 ◦ green 29 ◦ blue 15

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

Shades of Falu Red #771D0F

Tints of Falu Red #771D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.2%

R = 73.01%
G = 17.79%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#771D0F (or 0x771D0F) is known color: Falu Red. HEX triplet: 77, 1D and 0F. RGB value is (119,29,15). Sum of RGB (Red+Green+Blue) = 119+29+15=163 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.01% from 163); Green value is 29 (11.72% from 255 or 17.79% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 119 - color contains mainly: red. Hex color #771D0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771D0F is #88E2F0. Grayscale: #363636. Windows color (decimal): -8970993 or 990583. OLE color: 990583.

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

Color convert

RGB 119 29 15 -
CMYK 0 0.76 0.87 0.53
HSL 8.08º 0.78% 0.26% -
HSV(B) 8.08º 0.87% 0.47% -
XYZ 8.13 4.84 0.96 -
YUV 54.31 105.82 174.14 -
System Red Green Blue C M Y K H S L
Decimal 119 29 15 0 0.76 0.87 0.53 8.08 0.78 0.26
Hex 77 1D F 0 4C 57 35 8 4E 1A
Octal 167 35 17 0 114 127 65 10 116 32
Binary 1110111 11101 1111 0 1001100 1010111 110101 1000 1001110 11010

Color Harmonies of #771D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771D0F

Black with #771D0F

Text Example


Text Example

White with #771D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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