Html Css Color HEX #731A17 Falu Red

📋 copy color: '#731A17'

red 115 ◦ green 26 ◦ blue 23

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

Shades of Falu Red #731A17

Tints of Falu Red #731A17

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.85%

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

R = 70.12%
G = 15.85%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#731A17 (or 0x731A17) is known color: Falu Red. HEX triplet: 73, 1A and 17. RGB value is (115,26,23). Sum of RGB (Red+Green+Blue) = 115+26+23=164 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.12% from 164); Green value is 26 (10.55% from 255 or 15.85% from 164); Blue value is 23 (9.38% from 255 or 14.02% from 164); Max value from RGB is 115 - color contains mainly: red. Hex color #731A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731A17 is #8CE5E8. Grayscale: #343434. Windows color (decimal): -9233897 or 1514099. OLE color: 1514099.

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

Color convert

RGB 115 26 23 -
CMYK 0 0.77 0.80 0.55
HSL 1.96º 0.67% 0.27% -
HSV(B) 1.96º 0.8% 0.45% -
XYZ 7.59 4.45 1.27 -
YUV 52.27 111.49 172.74 -
System Red Green Blue C M Y K H S L
Decimal 115 26 23 0 0.77 0.80 0.55 1.96 0.67 0.27
Hex 73 1A 17 0 4D 50 37 2 43 1B
Octal 163 32 27 0 115 120 67 2 103 33
Binary 1110011 11010 10111 0 1001101 1010000 110111 10 1000011 11011

Color Harmonies of #731A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731A17

Black with #731A17

Text Example


Text Example

White with #731A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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