Html Css Color HEX #792115 Falu Red

📋 copy color: '#792115'

red 121 ◦ green 33 ◦ blue 21

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

Shades of Falu Red #792115

Tints of Falu Red #792115

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.86%

 BLUE value IS 21 (8.59% from 255) = 12%

R = 69.14%
G = 18.86%
B = 12%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#792115 (or 0x792115) is known color: Falu Red. HEX triplet: 79, 21 and 15. RGB value is (121,33,21). Sum of RGB (Red+Green+Blue) = 121+33+21=175 (23% of max value = 765). Red value is 121 (47.66% from 255 or 69.14% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 121 - color contains mainly: red. Hex color #792115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792115 is #86DEEA. Grayscale: #3A3A3A. Windows color (decimal): -8838891 or 1384825. OLE color: 1384825.

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

Color convert

RGB 121 33 21 -
CMYK 0 0.73 0.83 0.53
HSL 7.2º 0.7% 0.28% -
HSV(B) 7.2º 0.83% 0.47% -
XYZ 8.56 5.21 1.26 -
YUV 57.94 107.15 172.98 -
System Red Green Blue C M Y K H S L
Decimal 121 33 21 0 0.73 0.83 0.53 7.2 0.7 0.28
Hex 79 21 15 0 49 53 35 7 46 1C
Octal 171 41 25 0 111 123 65 7 106 34
Binary 1111001 100001 10101 0 1001001 1010011 110101 111 1000110 11100

Color Harmonies of #792115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792115

Black with #792115

Text Example


Text Example

White with #792115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792115; }

 p { color: rgb(121,33,21); }

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

background-color css

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

 a { background-color: rgb(121,33,21); }

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

border-color css

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

 span { border-color: rgb(121,33,21); }

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