Html Css Color HEX #731A01 Falu Red

📋 copy color: '#731A01'

red 115 ◦ green 26 ◦ blue 1

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

Shades of Falu Red #731A01

Tints of Falu Red #731A01

RGB

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

 GREEN value IS 26 (10.55% from 255) = 18.31%

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

R = 80.99%
G = 18.31%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#731A01 (or 0x731A01) is known color: Falu Red. HEX triplet: 73, 1A and 01. RGB value is (115,26,1). Sum of RGB (Red+Green+Blue) = 115+26+1=142 (18% of max value = 765). Red value is 115 (45.31% from 255 or 80.99% from 142); Green value is 26 (10.55% from 255 or 18.31% from 142); Blue value is 1 (0.78% from 255 or 0.70% from 142); Max value from RGB is 115 - color contains mainly: red. Hex color #731A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731A01 is #8CE5FE. Grayscale: #313131. Windows color (decimal): -9233919 or 72307. OLE color: 72307.

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

Color convert

RGB 115 26 1 -
CMYK 0 0.77 0.99 0.55
HSL 13.16º 0.98% 0.23% -
HSV(B) 13.16º 0.99% 0.45% -
XYZ 7.45 4.39 0.48 -
YUV 49.76 100.49 174.53 -
System Red Green Blue C M Y K H S L
Decimal 115 26 1 0 0.77 0.99 0.55 13.16 0.98 0.23
Hex 73 1A 1 0 4D 63 37 D 62 17
Octal 163 32 1 0 115 143 67 15 142 27
Binary 1110011 11010 1 0 1001101 1100011 110111 1101 1100010 10111

Color Harmonies of #731A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731A01

Black with #731A01

Text Example


Text Example

White with #731A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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