Html Css Color HEX #731F01 Falu Red

📋 copy color: '#731F01'

red 115 ◦ green 31 ◦ blue 1

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

Shades of Falu Red #731F01

Tints of Falu Red #731F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.68%

R = 78.23%
G = 21.09%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#731F01 (or 0x731F01) is known color: Falu Red. HEX triplet: 73, 1F and 01. RGB value is (115,31,1). Sum of RGB (Red+Green+Blue) = 115+31+1=147 (19% of max value = 765). Red value is 115 (45.31% from 255 or 78.23% from 147); Green value is 31 (12.5% from 255 or 21.09% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 115 - color contains mainly: red. Hex color #731F01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731F01 is #8CE0FE. Grayscale: #343434. Windows color (decimal): -9232639 or 73587. OLE color: 73587.

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

Color convert

RGB 115 31 1 -
CMYK 0 0.73 0.99 0.55
HSL 15.79º 0.98% 0.23% -
HSV(B) 15.79º 0.99% 0.45% -
XYZ 7.57 4.63 0.52 -
YUV 52.7 98.83 172.44 -
System Red Green Blue C M Y K H S L
Decimal 115 31 1 0 0.73 0.99 0.55 15.79 0.98 0.23
Hex 73 1F 1 0 49 63 37 10 62 17
Octal 163 37 1 0 111 143 67 20 142 27
Binary 1110011 11111 1 0 1001001 1100011 110111 10000 1100010 10111

Color Harmonies of #731F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731F01

Black with #731F01

Text Example


Text Example

White with #731F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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