Html Css Color HEX #792007 Falu Red

📋 copy color: '#792007'

red 121 ◦ green 32 ◦ blue 7

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

Shades of Falu Red #792007

Tints of Falu Red #792007

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20%

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

R = 75.63%
G = 20%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#792007 (or 0x792007) is known color: Falu Red. HEX triplet: 79, 20 and 07. RGB value is (121,32,7). Sum of RGB (Red+Green+Blue) = 121+32+7=160 (21% of max value = 765). Red value is 121 (47.66% from 255 or 75.62% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 7 (3.12% from 255 or 4.38% from 160); Max value from RGB is 121 - color contains mainly: red. Hex color #792007 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792007 is #86DFF8. Grayscale: #373737. Windows color (decimal): -8839161 or 467065. OLE color: 467065.

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

Color convert

RGB 121 32 7 -
CMYK 0 0.74 0.94 0.53
HSL 13.16º 0.89% 0.25% -
HSV(B) 13.16º 0.94% 0.47% -
XYZ 8.44 5.11 0.74 -
YUV 55.76 100.49 174.53 -
System Red Green Blue C M Y K H S L
Decimal 121 32 7 0 0.74 0.94 0.53 13.16 0.89 0.25
Hex 79 20 7 0 4A 5E 35 D 59 19
Octal 171 40 7 0 112 136 65 15 131 31
Binary 1111001 100000 111 0 1001010 1011110 110101 1101 1011001 11001

Color Harmonies of #792007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792007

Black with #792007

Text Example


Text Example

White with #792007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792007; }

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

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

background-color css

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

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

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

border-color css

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

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

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