Html Css Color HEX #731D17 Falu Red

📋 copy color: '#731D17'

red 115 ◦ green 29 ◦ blue 23

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

Shades of Falu Red #731D17

Tints of Falu Red #731D17

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.37%

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

R = 68.86%
G = 17.37%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#731D17 (or 0x731D17) is known color: Falu Red. HEX triplet: 73, 1D and 17. RGB value is (115,29,23). Sum of RGB (Red+Green+Blue) = 115+29+23=167 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.86% from 167); Green value is 29 (11.72% from 255 or 17.37% from 167); Blue value is 23 (9.38% from 255 or 13.77% from 167); Max value from RGB is 115 - color contains mainly: red. Hex color #731D17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731D17 is #8CE2E8. Grayscale: #363636. Windows color (decimal): -9233129 or 1514867. OLE color: 1514867.

HSL color Cylindrical-coordinate representation of color #731D17: hue angle of 3.91º 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 #731D17 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 29 23 -
CMYK 0 0.75 0.80 0.55
HSL 3.91º 0.67% 0.27% -
HSV(B) 3.91º 0.8% 0.45% -
XYZ 7.66 4.59 1.29 -
YUV 54.03 110.49 171.49 -
System Red Green Blue C M Y K H S L
Decimal 115 29 23 0 0.75 0.80 0.55 3.91 0.67 0.27
Hex 73 1D 17 0 4B 50 37 4 43 1B
Octal 163 35 27 0 113 120 67 4 103 33
Binary 1110011 11101 10111 0 1001011 1010000 110111 100 1000011 11011

Color Harmonies of #731D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731D17

Black with #731D17

Text Example


Text Example

White with #731D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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