Html Css Color HEX #751F14 Falu Red

📋 copy color: '#751F14'

red 117 ◦ green 31 ◦ blue 20

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

Shades of Falu Red #751F14

Tints of Falu Red #751F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.9%

R = 69.64%
G = 18.45%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#751F14 (or 0x751F14) is known color: Falu Red. HEX triplet: 75, 1F and 14. RGB value is (117,31,20). Sum of RGB (Red+Green+Blue) = 117+31+20=168 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.64% from 168); Green value is 31 (12.5% from 255 or 18.45% from 168); Blue value is 20 (8.20% from 255 or 11.90% from 168); Max value from RGB is 117 - color contains mainly: red. Hex color #751F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751F14 is #8AE0EB. Grayscale: #373737. Windows color (decimal): -9101548 or 1318773. OLE color: 1318773.

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

Color convert

RGB 117 31 20 -
CMYK 0 0.74 0.83 0.54
HSL 6.8º 0.71% 0.27% -
HSV(B) 6.8º 0.83% 0.46% -
XYZ 7.95 4.81 1.17 -
YUV 55.46 107.99 171.89 -
System Red Green Blue C M Y K H S L
Decimal 117 31 20 0 0.74 0.83 0.54 6.8 0.71 0.27
Hex 75 1F 14 0 4A 53 36 7 47 1B
Octal 165 37 24 0 112 123 66 7 107 33
Binary 1110101 11111 10100 0 1001010 1010011 110110 111 1000111 11011

Color Harmonies of #751F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751F14

Black with #751F14

Text Example


Text Example

White with #751F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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