Html Css Color HEX #751F10 Falu Red

📋 copy color: '#751F10'

red 117 ◦ green 31 ◦ blue 16

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

Shades of Falu Red #751F10

Tints of Falu Red #751F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.76%

R = 71.34%
G = 18.9%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#751F10 (or 0x751F10) is known color: Falu Red. HEX triplet: 75, 1F and 10. RGB value is (117,31,16). Sum of RGB (Red+Green+Blue) = 117+31+16=164 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.34% from 164); Green value is 31 (12.5% from 255 or 18.90% from 164); Blue value is 16 (6.64% from 255 or 9.76% from 164); Max value from RGB is 117 - color contains mainly: red. Hex color #751F10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751F10 is #8AE0EF. Grayscale: #373737. Windows color (decimal): -9101552 or 1056629. OLE color: 1056629.

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

Color convert

RGB 117 31 16 -
CMYK 0 0.74 0.86 0.54
HSL 8.91º 0.76% 0.26% -
HSV(B) 8.91º 0.86% 0.46% -
XYZ 7.92 4.8 1 -
YUV 55 105.99 172.22 -
System Red Green Blue C M Y K H S L
Decimal 117 31 16 0 0.74 0.86 0.54 8.91 0.76 0.26
Hex 75 1F 10 0 4A 56 36 9 4C 1A
Octal 165 37 20 0 112 126 66 11 114 32
Binary 1110101 11111 10000 0 1001010 1010110 110110 1001 1001100 11010

Color Harmonies of #751F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751F10

Black with #751F10

Text Example


Text Example

White with #751F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,31,16); }

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

background-color css

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

 a { background-color: rgb(117,31,16); }

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

border-color css

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

 span { border-color: rgb(117,31,16); }

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