Html Css Color HEX #792015 Falu Red

📋 copy color: '#792015'

red 121 ◦ green 32 ◦ blue 21

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

Shades of Falu Red #792015

Tints of Falu Red #792015

RGB

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

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

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

R = 69.54%
G = 18.39%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#792015 (or 0x792015) is known color: Falu Red. HEX triplet: 79, 20 and 15. RGB value is (121,32,21). Sum of RGB (Red+Green+Blue) = 121+32+21=174 (23% of max value = 765). Red value is 121 (47.66% from 255 or 69.54% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 21 (8.59% from 255 or 12.07% from 174); Max value from RGB is 121 - color contains mainly: red. Hex color #792015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792015 is #86DFEA. Grayscale: #393939. Windows color (decimal): -8839147 or 1384569. OLE color: 1384569.

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

Color convert

RGB 121 32 21 -
CMYK 0 0.74 0.83 0.53
HSL 6.6º 0.7% 0.28% -
HSV(B) 6.6º 0.83% 0.47% -
XYZ 8.54 5.15 1.25 -
YUV 57.36 107.49 173.39 -
System Red Green Blue C M Y K H S L
Decimal 121 32 21 0 0.74 0.83 0.53 6.6 0.7 0.28
Hex 79 20 15 0 4A 53 35 7 46 1C
Octal 171 40 25 0 112 123 65 7 106 34
Binary 1111001 100000 10101 0 1001010 1010011 110101 111 1000110 11100

Color Harmonies of #792015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792015

Black with #792015

Text Example


Text Example

White with #792015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792015; }

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

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

background-color css

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

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

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

border-color css

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

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

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