Html Css Color HEX #731810 Falu Red

📋 copy color: '#731810'

red 115 ◦ green 24 ◦ blue 16

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

Shades of Falu Red #731810

Tints of Falu Red #731810

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.48%

 BLUE value IS 16 (6.64% from 255) = 10.32%

R = 74.19%
G = 15.48%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#731810 (or 0x731810) is known color: Falu Red. HEX triplet: 73, 18 and 10. RGB value is (115,24,16). Sum of RGB (Red+Green+Blue) = 115+24+16=155 (20% of max value = 765). Red value is 115 (45.31% from 255 or 74.19% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 16 (6.64% from 255 or 10.32% from 155); Max value from RGB is 115 - color contains mainly: red. Hex color #731810 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731810 is #8CE7EF. Grayscale: #323232. Windows color (decimal): -9234416 or 1054835. OLE color: 1054835.

HSL color Cylindrical-coordinate representation of color #731810: hue angle of 4.85º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #731810 is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 24 16 -
CMYK 0 0.79 0.86 0.55
HSL 4.85º 0.76% 0.26% -
HSV(B) 4.85º 0.86% 0.45% -
XYZ 7.49 4.34 0.93 -
YUV 50.3 108.65 174.15 -
System Red Green Blue C M Y K H S L
Decimal 115 24 16 0 0.79 0.86 0.55 4.85 0.76 0.26
Hex 73 18 10 0 4F 56 37 5 4C 1A
Octal 163 30 20 0 117 126 67 5 114 32
Binary 1110011 11000 10000 0 1001111 1010110 110111 101 1001100 11010

Color Harmonies of #731810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731810

Black with #731810

Text Example


Text Example

White with #731810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731810; }

 p { color: rgb(115,24,16); }

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

background-color css

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

 a { background-color: rgb(115,24,16); }

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

border-color css

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

 span { border-color: rgb(115,24,16); }

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