Html Css Color HEX #731807 Falu Red

📋 copy color: '#731807'

red 115 ◦ green 24 ◦ blue 7

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

Shades of Falu Red #731807

Tints of Falu Red #731807

RGB

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

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

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

R = 78.77%
G = 16.44%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#731807 (or 0x731807) is known color: Falu Red. HEX triplet: 73, 18 and 07. RGB value is (115,24,7). Sum of RGB (Red+Green+Blue) = 115+24+7=146 (19% of max value = 765). Red value is 115 (45.31% from 255 or 78.77% from 146); Green value is 24 (9.77% from 255 or 16.44% from 146); Blue value is 7 (3.12% from 255 or 4.79% from 146); Max value from RGB is 115 - color contains mainly: red. Hex color #731807 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731807 is #8CE7F8. Grayscale: #313131. Windows color (decimal): -9234425 or 465011. OLE color: 465011.

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

Color convert

RGB 115 24 7 -
CMYK 0 0.79 0.94 0.55
HSL 9.44º 0.89% 0.24% -
HSV(B) 9.44º 0.94% 0.45% -
XYZ 7.44 4.31 0.64 -
YUV 49.27 104.15 174.88 -
System Red Green Blue C M Y K H S L
Decimal 115 24 7 0 0.79 0.94 0.55 9.44 0.89 0.24
Hex 73 18 7 0 4F 5E 37 9 59 18
Octal 163 30 7 0 117 136 67 11 131 30
Binary 1110011 11000 111 0 1001111 1011110 110111 1001 1011001 11000

Color Harmonies of #731807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731807

Black with #731807

Text Example


Text Example

White with #731807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731807; }

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

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

background-color css

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

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

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

border-color css

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

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

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