Html Css Color HEX #792016 Falu Red

📋 copy color: '#792016'

red 121 ◦ green 32 ◦ blue 22

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

Shades of Falu Red #792016

Tints of Falu Red #792016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.57%

R = 69.14%
G = 18.29%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#792016 (or 0x792016) is known color: Falu Red. HEX triplet: 79, 20 and 16. RGB value is (121,32,22). Sum of RGB (Red+Green+Blue) = 121+32+22=175 (23% of max value = 765). Red value is 121 (47.66% from 255 or 69.14% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 22 (8.98% from 255 or 12.57% from 175); Max value from RGB is 121 - color contains mainly: red. Hex color #792016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792016 is #86DFE9. Grayscale: #393939. Windows color (decimal): -8839146 or 1450105. OLE color: 1450105.

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

Color convert

RGB 121 32 22 -
CMYK 0 0.74 0.82 0.53
HSL 6.06º 0.69% 0.28% -
HSV(B) 6.06º 0.82% 0.47% -
XYZ 8.55 5.16 1.3 -
YUV 57.47 107.99 173.31 -
System Red Green Blue C M Y K H S L
Decimal 121 32 22 0 0.74 0.82 0.53 6.06 0.69 0.28
Hex 79 20 16 0 4A 52 35 6 45 1C
Octal 171 40 26 0 112 122 65 6 105 34
Binary 1111001 100000 10110 0 1001010 1010010 110101 110 1000101 11100

Color Harmonies of #792016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792016

Black with #792016

Text Example


Text Example

White with #792016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792016; }

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

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

background-color css

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

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

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

border-color css

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

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

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