Html Css Color HEX #731D0E Falu Red

📋 copy color: '#731D0E'

red 115 ◦ green 29 ◦ blue 14

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

Shades of Falu Red #731D0E

Tints of Falu Red #731D0E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.35%

 BLUE value IS 14 (5.86% from 255) = 8.86%

R = 72.78%
G = 18.35%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#731D0E (or 0x731D0E) is known color: Falu Red. HEX triplet: 73, 1D and 0E. RGB value is (115,29,14). Sum of RGB (Red+Green+Blue) = 115+29+14=158 (20% of max value = 765). Red value is 115 (45.31% from 255 or 72.78% from 158); Green value is 29 (11.72% from 255 or 18.35% from 158); Blue value is 14 (5.86% from 255 or 8.86% from 158); Max value from RGB is 115 - color contains mainly: red. Hex color #731D0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731D0E is #8CE2F1. Grayscale: #353535. Windows color (decimal): -9233138 or 925043. OLE color: 925043.

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

Color convert

RGB 115 29 14 -
CMYK 0 0.75 0.88 0.55
HSL 8.91º 0.78% 0.25% -
HSV(B) 8.91º 0.88% 0.45% -
XYZ 7.59 4.56 0.89 -
YUV 53 105.99 172.22 -
System Red Green Blue C M Y K H S L
Decimal 115 29 14 0 0.75 0.88 0.55 8.91 0.78 0.25
Hex 73 1D E 0 4B 58 37 9 4E 19
Octal 163 35 16 0 113 130 67 11 116 31
Binary 1110011 11101 1110 0 1001011 1011000 110111 1001 1001110 11001

Color Harmonies of #731D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731D0E

Black with #731D0E

Text Example


Text Example

White with #731D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,29,14); }

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

background-color css

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

 a { background-color: rgb(115,29,14); }

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

border-color css

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

 span { border-color: rgb(115,29,14); }

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