Html Css Color HEX #751611 Falu Red

📋 copy color: '#751611'

red 117 ◦ green 22 ◦ blue 17

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

Shades of Falu Red #751611

Tints of Falu Red #751611

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.1%

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

R = 75%
G = 14.1%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#751611 (or 0x751611) is known color: Falu Red. HEX triplet: 75, 16 and 11. RGB value is (117,22,17). Sum of RGB (Red+Green+Blue) = 117+22+17=156 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75% from 156); Green value is 22 (8.98% from 255 or 14.10% from 156); Blue value is 17 (7.03% from 255 or 10.90% from 156); Max value from RGB is 117 - color contains mainly: red. Hex color #751611 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751611 is #8AE9EE. Grayscale: #313131. Windows color (decimal): -9103855 or 1119861. OLE color: 1119861.

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

Color convert

RGB 117 22 17 -
CMYK 0 0.81 0.85 0.54
HSL 0.75% 0.26% -
HSV(B) 0.85% 0.46% -
XYZ 7.72 4.4 0.97 -
YUV 49.84 109.47 175.91 -
System Red Green Blue C M Y K H S L
Decimal 117 22 17 0 0.81 0.85 0.54 3 0.75 0.26
Hex 75 16 11 0 51 55 36 3 4B 1A
Octal 165 26 21 0 121 125 66 3 113 32
Binary 1110101 10110 10001 0 1010001 1010101 110110 11 1001011 11010

Color Harmonies of #751611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751611

Black with #751611

Text Example


Text Example

White with #751611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751611; }

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

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

background-color css

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

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

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

border-color css

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

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

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