Html Css Color HEX #792000 Falu Red

📋 copy color: '#792000'

red 121 ◦ green 32 ◦ blue 0

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

Shades of Falu Red #792000

Tints of Falu Red #792000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.08%
G = 20.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#792000 (or 0x792000) is known color: Falu Red. HEX triplet: 79, 20 and 00. RGB value is (121,32,0). Sum of RGB (Red+Green+Blue) = 121+32+0=153 (20% of max value = 765). Red value is 121 (47.66% from 255 or 79.08% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 121 - color contains mainly: red. Hex color #792000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792000 is #86DFFF. Grayscale: #373737. Windows color (decimal): -8839168 or 8313. OLE color: 8313.

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

Color convert

RGB 121 32 0 -
CMYK 0 0.74 1 0.53
HSL 15.87º 1% 0.24% -
HSV(B) 15.87º 1% 0.47% -
XYZ 8.4 5.1 0.54 -
YUV 54.96 96.99 175.1 -
System Red Green Blue C M Y K H S L
Decimal 121 32 0 0 0.74 1 0.53 15.87 1 0.24
Hex 79 20 0 0 4A 64 35 10 64 18
Octal 171 40 0 0 112 144 65 20 144 30
Binary 1111001 100000 0 0 1001010 1100100 110101 10000 1100100 11000

Color Harmonies of #792000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792000

Black with #792000

Text Example


Text Example

White with #792000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792000; }

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

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

background-color css

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

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

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

border-color css

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

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

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