Html Css Color HEX #731E15 Falu Red

📋 copy color: '#731E15'

red 115 ◦ green 30 ◦ blue 21

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

Shades of Falu Red #731E15

Tints of Falu Red #731E15

RGB

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

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

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

R = 69.28%
G = 18.07%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#731E15 (or 0x731E15) is known color: Falu Red. HEX triplet: 73, 1E and 15. RGB value is (115,30,21). Sum of RGB (Red+Green+Blue) = 115+30+21=166 (21% of max value = 765). Red value is 115 (45.31% from 255 or 69.28% from 166); Green value is 30 (12.11% from 255 or 18.07% from 166); Blue value is 21 (8.59% from 255 or 12.65% from 166); Max value from RGB is 115 - color contains mainly: red. Hex color #731E15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731E15 is #8CE1EA. Grayscale: #363636. Windows color (decimal): -9232875 or 1384051. OLE color: 1384051.

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

Color convert

RGB 115 30 21 -
CMYK 0 0.74 0.82 0.55
HSL 5.74º 0.69% 0.27% -
HSV(B) 5.74º 0.82% 0.45% -
XYZ 7.67 4.63 1.2 -
YUV 54.39 109.16 171.23 -
System Red Green Blue C M Y K H S L
Decimal 115 30 21 0 0.74 0.82 0.55 5.74 0.69 0.27
Hex 73 1E 15 0 4A 52 37 6 45 1B
Octal 163 36 25 0 112 122 67 6 105 33
Binary 1110011 11110 10101 0 1001010 1010010 110111 110 1000101 11011

Color Harmonies of #731E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731E15

Black with #731E15

Text Example


Text Example

White with #731E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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