Html Css Color HEX #731A15 Falu Red

📋 copy color: '#731A15'

red 115 ◦ green 26 ◦ blue 21

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

Shades of Falu Red #731A15

Tints of Falu Red #731A15

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.05%

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

R = 70.99%
G = 16.05%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#731A15 (or 0x731A15) is known color: Falu Red. HEX triplet: 73, 1A and 15. RGB value is (115,26,21). Sum of RGB (Red+Green+Blue) = 115+26+21=162 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.99% from 162); Green value is 26 (10.55% from 255 or 16.05% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 115 - color contains mainly: red. Hex color #731A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731A15 is #8CE5EA. Grayscale: #343434. Windows color (decimal): -9233899 or 1383027. OLE color: 1383027.

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

Color convert

RGB 115 26 21 -
CMYK 0 0.77 0.82 0.55
HSL 3.19º 0.69% 0.27% -
HSV(B) 3.19º 0.82% 0.45% -
XYZ 7.57 4.44 1.17 -
YUV 52.04 110.49 172.91 -
System Red Green Blue C M Y K H S L
Decimal 115 26 21 0 0.77 0.82 0.55 3.19 0.69 0.27
Hex 73 1A 15 0 4D 52 37 3 45 1B
Octal 163 32 25 0 115 122 67 3 105 33
Binary 1110011 11010 10101 0 1001101 1010010 110111 11 1000101 11011

Color Harmonies of #731A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731A15

Black with #731A15

Text Example


Text Example

White with #731A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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