Html Css Color HEX #751D05 Falu Red

📋 copy color: '#751D05'

red 117 ◦ green 29 ◦ blue 5

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

Shades of Falu Red #751D05

Tints of Falu Red #751D05

RGB

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

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

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

R = 77.48%
G = 19.21%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#751D05 (or 0x751D05) is known color: Falu Red. HEX triplet: 75, 1D and 05. RGB value is (117,29,5). Sum of RGB (Red+Green+Blue) = 117+29+5=151 (20% of max value = 765). Red value is 117 (46.09% from 255 or 77.48% from 151); Green value is 29 (11.72% from 255 or 19.21% from 151); Blue value is 5 (2.34% from 255 or 3.31% from 151); Max value from RGB is 117 - color contains mainly: red. Hex color #751D05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751D05 is #8AE2FA. Grayscale: #343434. Windows color (decimal): -9102075 or 335221. OLE color: 335221.

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

Color convert

RGB 117 29 5 -
CMYK 0 0.75 0.96 0.54
HSL 12.86º 0.92% 0.24% -
HSV(B) 12.86º 0.96% 0.46% -
XYZ 7.8 4.67 0.63 -
YUV 52.58 101.15 173.95 -
System Red Green Blue C M Y K H S L
Decimal 117 29 5 0 0.75 0.96 0.54 12.86 0.92 0.24
Hex 75 1D 5 0 4B 60 36 D 5C 18
Octal 165 35 5 0 113 140 66 15 134 30
Binary 1110101 11101 101 0 1001011 1100000 110110 1101 1011100 11000

Color Harmonies of #751D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751D05

Black with #751D05

Text Example


Text Example

White with #751D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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