Html Css Color HEX #731207 Falu Red

📋 copy color: '#731207'

red 115 ◦ green 18 ◦ blue 7

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

Shades of Falu Red #731207

Tints of Falu Red #731207

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.86%

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

R = 82.14%
G = 12.86%
B = 5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#731207 (or 0x731207) is known color: Falu Red. HEX triplet: 73, 12 and 07. RGB value is (115,18,7). Sum of RGB (Red+Green+Blue) = 115+18+7=140 (18% of max value = 765). Red value is 115 (45.31% from 255 or 82.14% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 7 (3.12% from 255 or 5% from 140); Max value from RGB is 115 - color contains mainly: red. Hex color #731207 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731207 is #8CEDF8. Grayscale: #2D2D2D. Windows color (decimal): -9235961 or 463475. OLE color: 463475.

HSL color Cylindrical-coordinate representation of color #731207: hue angle of 6.11º 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 #731207 is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 18 7 -
CMYK 0 0.84 0.94 0.55
HSL 6.11º 0.89% 0.24% -
HSV(B) 6.11º 0.94% 0.45% -
XYZ 7.32 4.09 0.6 -
YUV 45.75 106.14 177.39 -
System Red Green Blue C M Y K H S L
Decimal 115 18 7 0 0.84 0.94 0.55 6.11 0.89 0.24
Hex 73 12 7 0 54 5E 37 6 59 18
Octal 163 22 7 0 124 136 67 6 131 30
Binary 1110011 10010 111 0 1010100 1011110 110111 110 1011001 11000

Color Harmonies of #731207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731207

Black with #731207

Text Example


Text Example

White with #731207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731207; }

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

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

background-color css

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

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

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

border-color css

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

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

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