Html Css Color HEX #731D04 Falu Red

📋 copy color: '#731D04'

red 115 ◦ green 29 ◦ blue 4

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

Shades of Falu Red #731D04

Tints of Falu Red #731D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.7%

R = 77.7%
G = 19.59%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#731D04 (or 0x731D04) is known color: Falu Red. HEX triplet: 73, 1D and 04. RGB value is (115,29,4). Sum of RGB (Red+Green+Blue) = 115+29+4=148 (19% of max value = 765). Red value is 115 (45.31% from 255 or 77.70% from 148); Green value is 29 (11.72% from 255 or 19.59% from 148); Blue value is 4 (1.95% from 255 or 2.70% from 148); Max value from RGB is 115 - color contains mainly: red. Hex color #731D04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731D04 is #8CE2FB. Grayscale: #343434. Windows color (decimal): -9233148 or 269683. OLE color: 269683.

HSL color Cylindrical-coordinate representation of color #731D04: hue angle of 13.51º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #731D04 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 29 4 -
CMYK 0 0.75 0.97 0.55
HSL 13.51º 0.93% 0.23% -
HSV(B) 13.51º 0.97% 0.45% -
XYZ 7.53 4.53 0.59 -
YUV 51.86 100.99 173.03 -
System Red Green Blue C M Y K H S L
Decimal 115 29 4 0 0.75 0.97 0.55 13.51 0.93 0.23
Hex 73 1D 4 0 4B 61 37 E 5D 17
Octal 163 35 4 0 113 141 67 16 135 27
Binary 1110011 11101 100 0 1001011 1100001 110111 1110 1011101 10111

Color Harmonies of #731D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731D04

Black with #731D04

Text Example


Text Example

White with #731D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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