Html Css Color HEX #791307 Falu Red

📋 copy color: '#791307'

red 121 ◦ green 19 ◦ blue 7

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

Shades of Falu Red #791307

Tints of Falu Red #791307

RGB

 RED value IS 121 (47.66% from 255) = 82.31%

 GREEN value IS 19 (7.81% from 255) = 12.93%

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

R = 82.31%
G = 12.93%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#791307 (or 0x791307) is known color: Falu Red. HEX triplet: 79, 13 and 07. RGB value is (121,19,7). Sum of RGB (Red+Green+Blue) = 121+19+7=147 (19% of max value = 765). Red value is 121 (47.66% from 255 or 82.31% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 7 (3.12% from 255 or 4.76% from 147); Max value from RGB is 121 - color contains mainly: red. Hex color #791307 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791307 is #86ECF8. Grayscale: #303030. Windows color (decimal): -8842489 or 463737. OLE color: 463737.

HSL color Cylindrical-coordinate representation of color #791307: hue angle of 6.32º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #791307 is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 19 7 -
CMYK 0 0.84 0.94 0.53
HSL 6.32º 0.89% 0.25% -
HSV(B) 6.32º 0.94% 0.47% -
XYZ 8.16 4.55 0.65 -
YUV 48.13 104.79 179.98 -
System Red Green Blue C M Y K H S L
Decimal 121 19 7 0 0.84 0.94 0.53 6.32 0.89 0.25
Hex 79 13 7 0 54 5E 35 6 59 19
Octal 171 23 7 0 124 136 65 6 131 31
Binary 1111001 10011 111 0 1010100 1011110 110101 110 1011001 11001

Color Harmonies of #791307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791307

Black with #791307

Text Example


Text Example

White with #791307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791307; }

 p { color: rgb(121,19,7); }

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

background-color css

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

 a { background-color: rgb(121,19,7); }

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

border-color css

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

 span { border-color: rgb(121,19,7); }

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