Html Css Color HEX #731805 Falu Red

📋 copy color: '#731805'

red 115 ◦ green 24 ◦ blue 5

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

Shades of Falu Red #731805

Tints of Falu Red #731805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.47%

R = 79.86%
G = 16.67%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#731805 (or 0x731805) is known color: Falu Red. HEX triplet: 73, 18 and 05. RGB value is (115,24,5). Sum of RGB (Red+Green+Blue) = 115+24+5=144 (19% of max value = 765). Red value is 115 (45.31% from 255 or 79.86% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 5 (2.34% from 255 or 3.47% from 144); Max value from RGB is 115 - color contains mainly: red. Hex color #731805 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731805 is #8CE7FA. Grayscale: #313131. Windows color (decimal): -9234427 or 333939. OLE color: 333939.

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

Color convert

RGB 115 24 5 -
CMYK 0 0.79 0.96 0.55
HSL 10.36º 0.92% 0.24% -
HSV(B) 10.36º 0.96% 0.45% -
XYZ 7.42 4.31 0.58 -
YUV 49.04 103.15 175.04 -
System Red Green Blue C M Y K H S L
Decimal 115 24 5 0 0.79 0.96 0.55 10.36 0.92 0.24
Hex 73 18 5 0 4F 60 37 A 5C 18
Octal 163 30 5 0 117 140 67 12 134 30
Binary 1110011 11000 101 0 1001111 1100000 110111 1010 1011100 11000

Color Harmonies of #731805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731805

Black with #731805

Text Example


Text Example

White with #731805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731805; }

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

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

background-color css

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

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

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

border-color css

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

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

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