Html Css Color HEX #731E0F Falu Red

📋 copy color: '#731E0F'

red 115 ◦ green 30 ◦ blue 15

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

Shades of Falu Red #731E0F

Tints of Falu Red #731E0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.38%

R = 71.88%
G = 18.75%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#731E0F (or 0x731E0F) is known color: Falu Red. HEX triplet: 73, 1E and 0F. RGB value is (115,30,15). Sum of RGB (Red+Green+Blue) = 115+30+15=160 (21% of max value = 765). Red value is 115 (45.31% from 255 or 71.88% from 160); Green value is 30 (12.11% from 255 or 18.75% from 160); Blue value is 15 (6.25% from 255 or 9.38% from 160); Max value from RGB is 115 - color contains mainly: red. Hex color #731E0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731E0F is #8CE1F0. Grayscale: #353535. Windows color (decimal): -9232881 or 990835. OLE color: 990835.

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

Color convert

RGB 115 30 15 -
CMYK 0 0.74 0.87 0.55
HSL 0.77% 0.25% -
HSV(B) 0.87% 0.45% -
XYZ 7.62 4.61 0.94 -
YUV 53.71 106.16 171.72 -
System Red Green Blue C M Y K H S L
Decimal 115 30 15 0 0.74 0.87 0.55 9 0.77 0.25
Hex 73 1E F 0 4A 57 37 9 4D 19
Octal 163 36 17 0 112 127 67 11 115 31
Binary 1110011 11110 1111 0 1001010 1010111 110111 1001 1001101 11001

Color Harmonies of #731E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731E0F

Black with #731E0F

Text Example


Text Example

White with #731E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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