Html Css Color HEX #731A05 Falu Red

📋 copy color: '#731A05'

red 115 ◦ green 26 ◦ blue 5

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

Shades of Falu Red #731A05

Tints of Falu Red #731A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.42%

R = 78.77%
G = 17.81%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#731A05 (or 0x731A05) is known color: Falu Red. HEX triplet: 73, 1A and 05. RGB value is (115,26,5). Sum of RGB (Red+Green+Blue) = 115+26+5=146 (19% of max value = 765). Red value is 115 (45.31% from 255 or 78.77% from 146); Green value is 26 (10.55% from 255 or 17.81% from 146); Blue value is 5 (2.34% from 255 or 3.42% from 146); Max value from RGB is 115 - color contains mainly: red. Hex color #731A05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731A05 is #8CE5FA. Grayscale: #323232. Windows color (decimal): -9233915 or 334451. OLE color: 334451.

HSL color Cylindrical-coordinate representation of color #731A05: hue angle of 11.45º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #731A05 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 26 5 -
CMYK 0 0.77 0.96 0.55
HSL 11.45º 0.92% 0.24% -
HSV(B) 11.45º 0.96% 0.45% -
XYZ 7.47 4.39 0.6 -
YUV 50.22 102.49 174.21 -
System Red Green Blue C M Y K H S L
Decimal 115 26 5 0 0.77 0.96 0.55 11.45 0.92 0.24
Hex 73 1A 5 0 4D 60 37 B 5C 18
Octal 163 32 5 0 115 140 67 13 134 30
Binary 1110011 11010 101 0 1001101 1100000 110111 1011 1011100 11000

Color Harmonies of #731A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731A05

Black with #731A05

Text Example


Text Example

White with #731A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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