Html Css Color HEX #751C11 Falu Red

📋 copy color: '#751C11'

red 117 ◦ green 28 ◦ blue 17

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

Shades of Falu Red #751C11

Tints of Falu Red #751C11

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.28%

 BLUE value IS 17 (7.03% from 255) = 10.49%

R = 72.22%
G = 17.28%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#751C11 (or 0x751C11) is known color: Falu Red. HEX triplet: 75, 1C and 11. RGB value is (117,28,17). Sum of RGB (Red+Green+Blue) = 117+28+17=162 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.22% from 162); Green value is 28 (11.33% from 255 or 17.28% from 162); Blue value is 17 (7.03% from 255 or 10.49% from 162); Max value from RGB is 117 - color contains mainly: red. Hex color #751C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751C11 is #8AE3EE. Grayscale: #353535. Windows color (decimal): -9102319 or 1121397. OLE color: 1121397.

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

Color convert

RGB 117 28 17 -
CMYK 0 0.76 0.85 0.54
HSL 6.6º 0.75% 0.26% -
HSV(B) 6.6º 0.85% 0.46% -
XYZ 7.85 4.65 1.01 -
YUV 53.36 107.49 173.39 -
System Red Green Blue C M Y K H S L
Decimal 117 28 17 0 0.76 0.85 0.54 6.6 0.75 0.26
Hex 75 1C 11 0 4C 55 36 7 4B 1A
Octal 165 34 21 0 114 125 66 7 113 32
Binary 1110101 11100 10001 0 1001100 1010101 110110 111 1001011 11010

Color Harmonies of #751C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751C11

Black with #751C11

Text Example


Text Example

White with #751C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,28,17); }

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

background-color css

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

 a { background-color: rgb(117,28,17); }

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

border-color css

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

 span { border-color: rgb(117,28,17); }

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