Html Css Color HEX #731E11 Falu Red

📋 copy color: '#731E11'

red 115 ◦ green 30 ◦ blue 17

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

Shades of Falu Red #731E11

Tints of Falu Red #731E11

RGB

 RED value IS 115 (45.31% from 255) = 70.99%

 GREEN value IS 30 (12.11% from 255) = 18.52%

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

R = 70.99%
G = 18.52%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#731E11 (or 0x731E11) is known color: Falu Red. HEX triplet: 73, 1E and 11. RGB value is (115,30,17). Sum of RGB (Red+Green+Blue) = 115+30+17=162 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.99% from 162); Green value is 30 (12.11% from 255 or 18.52% from 162); Blue value is 17 (7.03% from 255 or 10.49% from 162); Max value from RGB is 115 - color contains mainly: red. Hex color #731E11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731E11 is #8CE1EE. Grayscale: #363636. Windows color (decimal): -9232879 or 1121907. OLE color: 1121907.

HSL color Cylindrical-coordinate representation of color #731E11: hue angle of 7.96º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #731E11 is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 30 17 -
CMYK 0 0.74 0.85 0.55
HSL 7.96º 0.74% 0.26% -
HSV(B) 7.96º 0.85% 0.45% -
XYZ 7.64 4.61 1.02 -
YUV 53.93 107.16 171.56 -
System Red Green Blue C M Y K H S L
Decimal 115 30 17 0 0.74 0.85 0.55 7.96 0.74 0.26
Hex 73 1E 11 0 4A 55 37 8 4A 1A
Octal 163 36 21 0 112 125 67 10 112 32
Binary 1110011 11110 10001 0 1001010 1010101 110111 1000 1001010 11010

Color Harmonies of #731E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731E11

Black with #731E11

Text Example


Text Example

White with #731E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731E11; }

 p { color: rgb(115,30,17); }

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

background-color css

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

 a { background-color: rgb(115,30,17); }

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

border-color css

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

 span { border-color: rgb(115,30,17); }

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