Html Css Color HEX #751E05 Falu Red

📋 copy color: '#751E05'

red 117 ◦ green 30 ◦ blue 5

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

Shades of Falu Red #751E05

Tints of Falu Red #751E05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.29%

R = 76.97%
G = 19.74%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#751E05 (or 0x751E05) is known color: Falu Red. HEX triplet: 75, 1E and 05. RGB value is (117,30,5). Sum of RGB (Red+Green+Blue) = 117+30+5=152 (20% of max value = 765). Red value is 117 (46.09% from 255 or 76.97% from 152); Green value is 30 (12.11% from 255 or 19.74% from 152); Blue value is 5 (2.34% from 255 or 3.29% from 152); Max value from RGB is 117 - color contains mainly: red. Hex color #751E05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751E05 is #8AE1FA. Grayscale: #353535. Windows color (decimal): -9101819 or 335477. OLE color: 335477.

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

Color convert

RGB 117 30 5 -
CMYK 0 0.74 0.96 0.54
HSL 13.39º 0.92% 0.24% -
HSV(B) 13.39º 0.96% 0.46% -
XYZ 7.83 4.72 0.64 -
YUV 53.16 100.82 173.53 -
System Red Green Blue C M Y K H S L
Decimal 117 30 5 0 0.74 0.96 0.54 13.39 0.92 0.24
Hex 75 1E 5 0 4A 60 36 D 5C 18
Octal 165 36 5 0 112 140 66 15 134 30
Binary 1110101 11110 101 0 1001010 1100000 110110 1101 1011100 11000

Color Harmonies of #751E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751E05

Black with #751E05

Text Example


Text Example

White with #751E05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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