Html Css Color HEX #792001 Falu Red

📋 copy color: '#792001'

red 121 ◦ green 32 ◦ blue 1

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

Shades of Falu Red #792001

Tints of Falu Red #792001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.65%

R = 78.57%
G = 20.78%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#792001 (or 0x792001) is known color: Falu Red. HEX triplet: 79, 20 and 01. RGB value is (121,32,1). Sum of RGB (Red+Green+Blue) = 121+32+1=154 (20% of max value = 765). Red value is 121 (47.66% from 255 or 78.57% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 1 (0.78% from 255 or 0.65% from 154); Max value from RGB is 121 - color contains mainly: red. Hex color #792001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792001 is #86DFFE. Grayscale: #373737. Windows color (decimal): -8839167 or 73849. OLE color: 73849.

HSL color Cylindrical-coordinate representation of color #792001: hue angle of 15.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #792001 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 32 1 -
CMYK 0 0.74 0.99 0.53
HSL 15.5º 0.98% 0.24% -
HSV(B) 15.5º 0.99% 0.47% -
XYZ 8.41 5.1 0.57 -
YUV 55.08 97.49 175.02 -
System Red Green Blue C M Y K H S L
Decimal 121 32 1 0 0.74 0.99 0.53 15.5 0.98 0.24
Hex 79 20 1 0 4A 63 35 10 62 18
Octal 171 40 1 0 112 143 65 20 142 30
Binary 1111001 100000 1 0 1001010 1100011 110101 10000 1100010 11000

Color Harmonies of #792001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792001

Black with #792001

Text Example


Text Example

White with #792001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792001; }

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

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

background-color css

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

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

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

border-color css

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

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

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