Html Css Color HEX #731D15 Falu Red

📋 copy color: '#731D15'

red 115 ◦ green 29 ◦ blue 21

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

Shades of Falu Red #731D15

Tints of Falu Red #731D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.73%

R = 69.7%
G = 17.58%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#731D15 (or 0x731D15) is known color: Falu Red. HEX triplet: 73, 1D and 15. RGB value is (115,29,21). Sum of RGB (Red+Green+Blue) = 115+29+21=165 (21% of max value = 765). Red value is 115 (45.31% from 255 or 69.70% from 165); Green value is 29 (11.72% from 255 or 17.58% from 165); Blue value is 21 (8.59% from 255 or 12.73% from 165); Max value from RGB is 115 - color contains mainly: red. Hex color #731D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731D15 is #8CE2EA. Grayscale: #353535. Windows color (decimal): -9233131 or 1383795. OLE color: 1383795.

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

Color convert

RGB 115 29 21 -
CMYK 0 0.75 0.82 0.55
HSL 5.11º 0.69% 0.27% -
HSV(B) 5.11º 0.82% 0.45% -
XYZ 7.64 4.58 1.19 -
YUV 53.8 109.49 171.65 -
System Red Green Blue C M Y K H S L
Decimal 115 29 21 0 0.75 0.82 0.55 5.11 0.69 0.27
Hex 73 1D 15 0 4B 52 37 5 45 1B
Octal 163 35 25 0 113 122 67 5 105 33
Binary 1110011 11101 10101 0 1001011 1010010 110111 101 1000101 11011

Color Harmonies of #731D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731D15

Black with #731D15

Text Example


Text Example

White with #731D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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