Html Css Color HEX #731604 Falu Red

📋 copy color: '#731604'

red 115 ◦ green 22 ◦ blue 4

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

Shades of Falu Red #731604

Tints of Falu Red #731604

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.6%

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

R = 81.56%
G = 15.6%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#731604 (or 0x731604) is known color: Falu Red. HEX triplet: 73, 16 and 04. RGB value is (115,22,4). Sum of RGB (Red+Green+Blue) = 115+22+4=141 (18% of max value = 765). Red value is 115 (45.31% from 255 or 81.56% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 4 (1.95% from 255 or 2.84% from 141); Max value from RGB is 115 - color contains mainly: red. Hex color #731604 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731604 is #8CE9FB. Grayscale: #2F2F2F. Windows color (decimal): -9234940 or 267891. OLE color: 267891.

HSL color Cylindrical-coordinate representation of color #731604: hue angle of 9.73º 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 #731604 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 22 4 -
CMYK 0 0.81 0.97 0.55
HSL 9.73º 0.93% 0.23% -
HSV(B) 9.73º 0.97% 0.45% -
XYZ 7.38 4.23 0.54 -
YUV 47.76 103.31 175.96 -
System Red Green Blue C M Y K H S L
Decimal 115 22 4 0 0.81 0.97 0.55 9.73 0.93 0.23
Hex 73 16 4 0 51 61 37 A 5D 17
Octal 163 26 4 0 121 141 67 12 135 27
Binary 1110011 10110 100 0 1010001 1100001 110111 1010 1011101 10111

Color Harmonies of #731604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731604

Black with #731604

Text Example


Text Example

White with #731604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731604; }

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

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

background-color css

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

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

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

border-color css

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

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

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