Html Css Color HEX #751E04 Falu Red

📋 copy color: '#751E04'

red 117 ◦ green 30 ◦ blue 4

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

Shades of Falu Red #751E04

Tints of Falu Red #751E04

RGB

 RED value IS 117 (46.09% from 255) = 77.48%

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

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

R = 77.48%
G = 19.87%
B = 2.65%

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

#751E04 (or 0x751E04) is known color: Falu Red. HEX triplet: 75, 1E and 04. RGB value is (117,30,4). Sum of RGB (Red+Green+Blue) = 117+30+4=151 (20% of max value = 765). Red value is 117 (46.09% from 255 or 77.48% from 151); Green value is 30 (12.11% from 255 or 19.87% from 151); Blue value is 4 (1.95% from 255 or 2.65% from 151); Max value from RGB is 117 - color contains mainly: red. Hex color #751E04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751E04 is #8AE1FB. Grayscale: #353535. Windows color (decimal): -9101820 or 269941. OLE color: 269941.

HSL color Cylindrical-coordinate representation of color #751E04: hue angle of 13.81º 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 #751E04 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 30 4 -
CMYK 0 0.74 0.97 0.54
HSL 13.81º 0.93% 0.24% -
HSV(B) 13.81º 0.97% 0.46% -
XYZ 7.82 4.72 0.61 -
YUV 53.05 100.32 173.61 -
System Red Green Blue C M Y K H S L
Decimal 117 30 4 0 0.74 0.97 0.54 13.81 0.93 0.24
Hex 75 1E 4 0 4A 61 36 E 5D 18
Octal 165 36 4 0 112 141 66 16 135 30
Binary 1110101 11110 100 0 1001010 1100001 110110 1110 1011101 11000

Color Harmonies of #751E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751E04

Black with #751E04

Text Example


Text Example

White with #751E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751E04; }

 p { color: rgb(117,30,4); }

 H1.HeaderClassName
 {
   color: #751E04;
 }
 .AnyTagClassName
 {
   color: #751E04;
 }
</style>

background-color css

<style>
 a { background-color: #751E04; }

 a { background-color: rgb(117,30,4); }

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

border-color css

<style>
 span { border-color: #751E04; }

 span { border-color: rgb(117,30,4); }

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