Html Css Color HEX #731E17 Falu Red

📋 copy color: '#731E17'

red 115 ◦ green 30 ◦ blue 23

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

Shades of Falu Red #731E17

Tints of Falu Red #731E17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 13.69%

R = 68.45%
G = 17.86%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#731E17 (or 0x731E17) is known color: Falu Red. HEX triplet: 73, 1E and 17. RGB value is (115,30,23). Sum of RGB (Red+Green+Blue) = 115+30+23=168 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.45% from 168); Green value is 30 (12.11% from 255 or 17.86% from 168); Blue value is 23 (9.38% from 255 or 13.69% from 168); Max value from RGB is 115 - color contains mainly: red. Hex color #731E17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731E17 is #8CE1E8. Grayscale: #363636. Windows color (decimal): -9232873 or 1515123. OLE color: 1515123.

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

Color convert

RGB 115 30 23 -
CMYK 0 0.74 0.80 0.55
HSL 4.57º 0.67% 0.27% -
HSV(B) 4.57º 0.8% 0.45% -
XYZ 7.69 4.64 1.3 -
YUV 54.62 110.16 171.07 -
System Red Green Blue C M Y K H S L
Decimal 115 30 23 0 0.74 0.80 0.55 4.57 0.67 0.27
Hex 73 1E 17 0 4A 50 37 5 43 1B
Octal 163 36 27 0 112 120 67 5 103 33
Binary 1110011 11110 10111 0 1001010 1010000 110111 101 1000011 11011

Color Harmonies of #731E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731E17

Black with #731E17

Text Example


Text Example

White with #731E17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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