Html Css Color HEX #731B05 Falu Red

📋 copy color: '#731B05'

red 115 ◦ green 27 ◦ blue 5

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

Shades of Falu Red #731B05

Tints of Falu Red #731B05

RGB

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

 GREEN value IS 27 (10.94% from 255) = 18.37%

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

R = 78.23%
G = 18.37%
B = 3.4%

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

#731B05 (or 0x731B05) is known color: Falu Red. HEX triplet: 73, 1B and 05. RGB value is (115,27,5). Sum of RGB (Red+Green+Blue) = 115+27+5=147 (19% of max value = 765). Red value is 115 (45.31% from 255 or 78.23% from 147); Green value is 27 (10.94% from 255 or 18.37% from 147); Blue value is 5 (2.34% from 255 or 3.40% from 147); Max value from RGB is 115 - color contains mainly: red. Hex color #731B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731B05 is #8CE4FA. Grayscale: #323232. Windows color (decimal): -9233659 or 334707. OLE color: 334707.

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

Color convert

RGB 115 27 5 -
CMYK 0 0.77 0.96 0.55
HSL 12º 0.92% 0.24% -
HSV(B) 12º 0.96% 0.45% -
XYZ 7.49 4.44 0.61 -
YUV 50.8 102.15 173.79 -
System Red Green Blue C M Y K H S L
Decimal 115 27 5 0 0.77 0.96 0.55 12 0.92 0.24
Hex 73 1B 5 0 4D 60 37 C 5C 18
Octal 163 33 5 0 115 140 67 14 134 30
Binary 1110011 11011 101 0 1001101 1100000 110111 1100 1011100 11000

Color Harmonies of #731B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731B05

Black with #731B05

Text Example


Text Example

White with #731B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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