Html Css Color HEX #751D04 Falu Red

📋 copy color: '#751D04'

red 117 ◦ green 29 ◦ blue 4

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

Shades of Falu Red #751D04

Tints of Falu Red #751D04

RGB

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

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

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

R = 78%
G = 19.33%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#751D04 (or 0x751D04) is known color: Falu Red. HEX triplet: 75, 1D and 04. RGB value is (117,29,4). Sum of RGB (Red+Green+Blue) = 117+29+4=150 (19% of max value = 765). Red value is 117 (46.09% from 255 or 78% from 150); Green value is 29 (11.72% from 255 or 19.33% from 150); Blue value is 4 (1.95% from 255 or 2.67% from 150); Max value from RGB is 117 - color contains mainly: red. Hex color #751D04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751D04 is #8AE2FB. Grayscale: #343434. Windows color (decimal): -9102076 or 269685. OLE color: 269685.

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

Color convert

RGB 117 29 4 -
CMYK 0 0.75 0.97 0.54
HSL 13.27º 0.93% 0.24% -
HSV(B) 13.27º 0.97% 0.46% -
XYZ 7.8 4.67 0.61 -
YUV 52.46 100.65 174.03 -
System Red Green Blue C M Y K H S L
Decimal 117 29 4 0 0.75 0.97 0.54 13.27 0.93 0.24
Hex 75 1D 4 0 4B 61 36 D 5D 18
Octal 165 35 4 0 113 141 66 15 135 30
Binary 1110101 11101 100 0 1001011 1100001 110110 1101 1011101 11000

Color Harmonies of #751D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751D04

Black with #751D04

Text Example


Text Example

White with #751D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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