Html Css Color HEX #751311 Falu Red

📋 copy color: '#751311'

red 117 ◦ green 19 ◦ blue 17

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

Shades of Falu Red #751311

Tints of Falu Red #751311

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.42%

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

R = 76.47%
G = 12.42%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#751311 (or 0x751311) is known color: Falu Red. HEX triplet: 75, 13 and 11. RGB value is (117,19,17). Sum of RGB (Red+Green+Blue) = 117+19+17=153 (20% of max value = 765). Red value is 117 (46.09% from 255 or 76.47% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 17 (7.03% from 255 or 11.11% from 153); Max value from RGB is 117 - color contains mainly: red. Hex color #751311 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751311 is #8AECEE. Grayscale: #303030. Windows color (decimal): -9104623 or 1119093. OLE color: 1119093.

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

Color convert

RGB 117 19 17 -
CMYK 0 0.84 0.85 0.54
HSL 1.2º 0.75% 0.26% -
HSV(B) 1.2º 0.85% 0.46% -
XYZ 7.67 4.29 0.95 -
YUV 48.07 110.47 177.16 -
System Red Green Blue C M Y K H S L
Decimal 117 19 17 0 0.84 0.85 0.54 1.2 0.75 0.26
Hex 75 13 11 0 54 55 36 1 4B 1A
Octal 165 23 21 0 124 125 66 1 113 32
Binary 1110101 10011 10001 0 1010100 1010101 110110 1 1001011 11010

Color Harmonies of #751311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751311

Black with #751311

Text Example


Text Example

White with #751311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751311; }

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

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

background-color css

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

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

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

border-color css

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

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

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