Html Css Color HEX #731D0F Falu Red

📋 copy color: '#731D0F'

red 115 ◦ green 29 ◦ blue 15

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

Shades of Falu Red #731D0F

Tints of Falu Red #731D0F

RGB

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

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

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

R = 72.33%
G = 18.24%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#731D0F (or 0x731D0F) is known color: Falu Red. HEX triplet: 73, 1D and 0F. RGB value is (115,29,15). Sum of RGB (Red+Green+Blue) = 115+29+15=159 (21% of max value = 765). Red value is 115 (45.31% from 255 or 72.33% from 159); Green value is 29 (11.72% from 255 or 18.24% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 115 - color contains mainly: red. Hex color #731D0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731D0F is #8CE2F0. Grayscale: #353535. Windows color (decimal): -9233137 or 990579. OLE color: 990579.

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

Color convert

RGB 115 29 15 -
CMYK 0 0.75 0.87 0.55
HSL 8.4º 0.77% 0.25% -
HSV(B) 8.4º 0.87% 0.45% -
XYZ 7.6 4.56 0.93 -
YUV 53.12 106.49 172.14 -
System Red Green Blue C M Y K H S L
Decimal 115 29 15 0 0.75 0.87 0.55 8.4 0.77 0.25
Hex 73 1D F 0 4B 57 37 8 4D 19
Octal 163 35 17 0 113 127 67 10 115 31
Binary 1110011 11101 1111 0 1001011 1010111 110111 1000 1001101 11001

Color Harmonies of #731D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731D0F

Black with #731D0F

Text Example


Text Example

White with #731D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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