Html Css Color HEX #731C09 Falu Red

📋 copy color: '#731C09'

red 115 ◦ green 28 ◦ blue 9

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

Shades of Falu Red #731C09

Tints of Falu Red #731C09

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.42%

 BLUE value IS 9 (3.91% from 255) = 5.92%

R = 75.66%
G = 18.42%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#731C09 (or 0x731C09) is known color: Falu Red. HEX triplet: 73, 1C and 09. RGB value is (115,28,9). Sum of RGB (Red+Green+Blue) = 115+28+9=152 (20% of max value = 765). Red value is 115 (45.31% from 255 or 75.66% from 152); Green value is 28 (11.33% from 255 or 18.42% from 152); Blue value is 9 (3.91% from 255 or 5.92% from 152); Max value from RGB is 115 - color contains mainly: red. Hex color #731C09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731C09 is #8CE3F6. Grayscale: #343434. Windows color (decimal): -9233399 or 597107. OLE color: 597107.

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

Color convert

RGB 115 28 9 -
CMYK 0 0.76 0.92 0.55
HSL 10.75º 0.85% 0.24% -
HSV(B) 10.75º 0.92% 0.45% -
XYZ 7.53 4.5 0.73 -
YUV 51.85 103.82 173.04 -
System Red Green Blue C M Y K H S L
Decimal 115 28 9 0 0.76 0.92 0.55 10.75 0.85 0.24
Hex 73 1C 9 0 4C 5C 37 B 55 18
Octal 163 34 11 0 114 134 67 13 125 30
Binary 1110011 11100 1001 0 1001100 1011100 110111 1011 1010101 11000

Color Harmonies of #731C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731C09

Black with #731C09

Text Example


Text Example

White with #731C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,28,9); }

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

background-color css

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

 a { background-color: rgb(115,28,9); }

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

border-color css

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

 span { border-color: rgb(115,28,9); }

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