Html Css Color HEX #731E19 Falu Red

📋 copy color: '#731E19'

red 115 ◦ green 30 ◦ blue 25

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

Shades of Falu Red #731E19

Tints of Falu Red #731E19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 14.71%

R = 67.65%
G = 17.65%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#731E19 (or 0x731E19) is known color: Falu Red. HEX triplet: 73, 1E and 19. RGB value is (115,30,25). Sum of RGB (Red+Green+Blue) = 115+30+25=170 (22% of max value = 765). Red value is 115 (45.31% from 255 or 67.65% from 170); Green value is 30 (12.11% from 255 or 17.65% from 170); Blue value is 25 (10.16% from 255 or 14.71% from 170); Max value from RGB is 115 - color contains mainly: red. Hex color #731E19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731E19 is #8CE1E6. Grayscale: #363636. Windows color (decimal): -9232871 or 1646195. OLE color: 1646195.

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

Color convert

RGB 115 30 25 -
CMYK 0 0.74 0.78 0.55
HSL 3.33º 0.64% 0.27% -
HSV(B) 3.33º 0.78% 0.45% -
XYZ 7.71 4.64 1.41 -
YUV 54.85 111.16 170.91 -
System Red Green Blue C M Y K H S L
Decimal 115 30 25 0 0.74 0.78 0.55 3.33 0.64 0.27
Hex 73 1E 19 0 4A 4E 37 3 40 1B
Octal 163 36 31 0 112 116 67 3 100 33
Binary 1110011 11110 11001 0 1001010 1001110 110111 11 1000000 11011

Color Harmonies of #731E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731E19

Black with #731E19

Text Example


Text Example

White with #731E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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