Html Css Color HEX #731801 Falu Red

📋 copy color: '#731801'

red 115 ◦ green 24 ◦ blue 1

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

Shades of Falu Red #731801

Tints of Falu Red #731801

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.14%

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

R = 82.14%
G = 17.14%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#731801 (or 0x731801) is known color: Falu Red. HEX triplet: 73, 18 and 01. RGB value is (115,24,1). Sum of RGB (Red+Green+Blue) = 115+24+1=140 (18% of max value = 765). Red value is 115 (45.31% from 255 or 82.14% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 1 (0.78% from 255 or 0.71% from 140); Max value from RGB is 115 - color contains mainly: red. Hex color #731801 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731801 is #8CE7FE. Grayscale: #303030. Windows color (decimal): -9234431 or 71795. OLE color: 71795.

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

Color convert

RGB 115 24 1 -
CMYK 0 0.79 0.99 0.55
HSL 12.11º 0.98% 0.23% -
HSV(B) 12.11º 0.99% 0.45% -
XYZ 7.4 4.3 0.47 -
YUV 48.59 101.15 175.37 -
System Red Green Blue C M Y K H S L
Decimal 115 24 1 0 0.79 0.99 0.55 12.11 0.98 0.23
Hex 73 18 1 0 4F 63 37 C 62 17
Octal 163 30 1 0 117 143 67 14 142 27
Binary 1110011 11000 1 0 1001111 1100011 110111 1100 1100010 10111

Color Harmonies of #731801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731801

Black with #731801

Text Example


Text Example

White with #731801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731801; }

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

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

background-color css

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

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

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

border-color css

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

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

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