Html Css Color HEX #731F03 Falu Red

📋 copy color: '#731F03'

red 115 ◦ green 31 ◦ blue 3

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

Shades of Falu Red #731F03

Tints of Falu Red #731F03

RGB

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

 GREEN value IS 31 (12.5% from 255) = 20.81%

 BLUE value IS 3 (1.56% from 255) = 2.01%

R = 77.18%
G = 20.81%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#731F03 (or 0x731F03) is known color: Falu Red. HEX triplet: 73, 1F and 03. RGB value is (115,31,3). Sum of RGB (Red+Green+Blue) = 115+31+3=149 (19% of max value = 765). Red value is 115 (45.31% from 255 or 77.18% from 149); Green value is 31 (12.5% from 255 or 20.81% from 149); Blue value is 3 (1.56% from 255 or 2.01% from 149); Max value from RGB is 115 - color contains mainly: red. Hex color #731F03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731F03 is #8CE0FC. Grayscale: #353535. Windows color (decimal): -9232637 or 204659. OLE color: 204659.

HSL color Cylindrical-coordinate representation of color #731F03: hue angle of 15º degrees, saturation: 0.95, 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 #731F03 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 31 3 -
CMYK 0 0.73 0.97 0.55
HSL 15º 0.95% 0.23% -
HSV(B) 15º 0.97% 0.45% -
XYZ 7.58 4.63 0.58 -
YUV 52.92 99.83 172.28 -
System Red Green Blue C M Y K H S L
Decimal 115 31 3 0 0.73 0.97 0.55 15 0.95 0.23
Hex 73 1F 3 0 49 61 37 F 5F 17
Octal 163 37 3 0 111 141 67 17 137 27
Binary 1110011 11111 11 0 1001001 1100001 110111 1111 1011111 10111

Color Harmonies of #731F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731F03

Black with #731F03

Text Example


Text Example

White with #731F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,31,3); }

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

background-color css

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

 a { background-color: rgb(115,31,3); }

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

border-color css

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

 span { border-color: rgb(115,31,3); }

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