Html Css Color HEX #731C07 Falu Red

📋 copy color: '#731C07'

red 115 ◦ green 28 ◦ blue 7

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

Shades of Falu Red #731C07

Tints of Falu Red #731C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.67%

R = 76.67%
G = 18.67%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#731C07 (or 0x731C07) is known color: Falu Red. HEX triplet: 73, 1C and 07. RGB value is (115,28,7). Sum of RGB (Red+Green+Blue) = 115+28+7=150 (19% of max value = 765). Red value is 115 (45.31% from 255 or 76.67% from 150); Green value is 28 (11.33% from 255 or 18.67% from 150); Blue value is 7 (3.12% from 255 or 4.67% from 150); Max value from RGB is 115 - color contains mainly: red. Hex color #731C07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731C07 is #8CE3F8. Grayscale: #333333. Windows color (decimal): -9233401 or 466035. OLE color: 466035.

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

Color convert

RGB 115 28 7 -
CMYK 0 0.76 0.94 0.55
HSL 11.67º 0.89% 0.24% -
HSV(B) 11.67º 0.94% 0.45% -
XYZ 7.52 4.49 0.67 -
YUV 51.62 102.82 173.21 -
System Red Green Blue C M Y K H S L
Decimal 115 28 7 0 0.76 0.94 0.55 11.67 0.89 0.24
Hex 73 1C 7 0 4C 5E 37 C 59 18
Octal 163 34 7 0 114 136 67 14 131 30
Binary 1110011 11100 111 0 1001100 1011110 110111 1100 1011001 11000

Color Harmonies of #731C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731C07

Black with #731C07

Text Example


Text Example

White with #731C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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