Html Css Color HEX #751914 Falu Red

📋 copy color: '#751914'

red 117 ◦ green 25 ◦ blue 20

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

Shades of Falu Red #751914

Tints of Falu Red #751914

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.43%

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

R = 72.22%
G = 15.43%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#751914 (or 0x751914) is known color: Falu Red. HEX triplet: 75, 19 and 14. RGB value is (117,25,20). Sum of RGB (Red+Green+Blue) = 117+25+20=162 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.22% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 20 (8.20% from 255 or 12.35% from 162); Max value from RGB is 117 - color contains mainly: red. Hex color #751914 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751914 is #8AE6EB. Grayscale: #343434. Windows color (decimal): -9103084 or 1317237. OLE color: 1317237.

HSL color Cylindrical-coordinate representation of color #751914: hue angle of 3.09º 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 #751914 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 25 20 -
CMYK 0 0.79 0.83 0.54
HSL 3.09º 0.71% 0.27% -
HSV(B) 3.09º 0.83% 0.46% -
XYZ 7.81 4.53 1.12 -
YUV 51.94 109.98 174.41 -
System Red Green Blue C M Y K H S L
Decimal 117 25 20 0 0.79 0.83 0.54 3.09 0.71 0.27
Hex 75 19 14 0 4F 53 36 3 47 1B
Octal 165 31 24 0 117 123 66 3 107 33
Binary 1110101 11001 10100 0 1001111 1010011 110110 11 1000111 11011

Color Harmonies of #751914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751914

Black with #751914

Text Example


Text Example

White with #751914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751914; }

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

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

background-color css

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

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

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

border-color css

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

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

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