Html Css Color HEX #731E05 Falu Red

📋 copy color: '#731E05'

red 115 ◦ green 30 ◦ blue 5

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

Shades of Falu Red #731E05

Tints of Falu Red #731E05

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20%

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

R = 76.67%
G = 20%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#731E05 (or 0x731E05) is known color: Falu Red. HEX triplet: 73, 1E and 05. RGB value is (115,30,5). Sum of RGB (Red+Green+Blue) = 115+30+5=150 (19% of max value = 765). Red value is 115 (45.31% from 255 or 76.67% from 150); Green value is 30 (12.11% from 255 or 20% from 150); Blue value is 5 (2.34% from 255 or 3.33% from 150); Max value from RGB is 115 - color contains mainly: red. Hex color #731E05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731E05 is #8CE1FA. Grayscale: #343434. Windows color (decimal): -9232891 or 335475. OLE color: 335475.

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

Color convert

RGB 115 30 5 -
CMYK 0 0.74 0.96 0.55
HSL 13.64º 0.92% 0.24% -
HSV(B) 13.64º 0.96% 0.45% -
XYZ 7.56 4.58 0.63 -
YUV 52.57 101.16 172.53 -
System Red Green Blue C M Y K H S L
Decimal 115 30 5 0 0.74 0.96 0.55 13.64 0.92 0.24
Hex 73 1E 5 0 4A 60 37 E 5C 18
Octal 163 36 5 0 112 140 67 16 134 30
Binary 1110011 11110 101 0 1001010 1100000 110111 1110 1011100 11000

Color Harmonies of #731E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731E05

Black with #731E05

Text Example


Text Example

White with #731E05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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