Html Css Color HEX #761F04 Falu Red

📋 copy color: '#761F04'

red 118 ◦ green 31 ◦ blue 4

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

Shades of Falu Red #761F04

Tints of Falu Red #761F04

RGB

 RED value IS 118 (46.48% from 255) = 77.12%

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

 BLUE value IS 4 (1.95% from 255) = 2.61%

R = 77.12%
G = 20.26%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#761F04 (or 0x761F04) is known color: Falu Red. HEX triplet: 76, 1F and 04. RGB value is (118,31,4). Sum of RGB (Red+Green+Blue) = 118+31+4=153 (20% of max value = 765). Red value is 118 (46.48% from 255 or 77.12% from 153); Green value is 31 (12.5% from 255 or 20.26% from 153); Blue value is 4 (1.95% from 255 or 2.61% from 153); Max value from RGB is 118 - color contains mainly: red. Hex color #761F04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761F04 is #89E0FB. Grayscale: #363636. Windows color (decimal): -9036028 or 270198. OLE color: 270198.

HSL color Cylindrical-coordinate representation of color #761F04: hue angle of 14.21º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #761F04 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 31 4 -
CMYK 0 0.74 0.97 0.54
HSL 14.21º 0.93% 0.24% -
HSV(B) 14.21º 0.97% 0.46% -
XYZ 7.98 4.84 0.63 -
YUV 53.94 99.82 173.7 -
System Red Green Blue C M Y K H S L
Decimal 118 31 4 0 0.74 0.97 0.54 14.21 0.93 0.24
Hex 76 1F 4 0 4A 61 36 E 5D 18
Octal 166 37 4 0 112 141 66 16 135 30
Binary 1110110 11111 100 0 1001010 1100001 110110 1110 1011101 11000

Color Harmonies of #761F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761F04

Black with #761F04

Text Example


Text Example

White with #761F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761F04; }

 p { color: rgb(118,31,4); }

 H1.HeaderClassName
 {
   color: #761F04;
 }
 .AnyTagClassName
 {
   color: #761F04;
 }
</style>

background-color css

<style>
 a { background-color: #761F04; }

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

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

border-color css

<style>
 span { border-color: #761F04; }

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

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