Html Css Color HEX #792515 Falu Red

📋 copy color: '#792515'

red 121 ◦ green 37 ◦ blue 21

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

Shades of Falu Red #792515

Tints of Falu Red #792515

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.67%

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

R = 67.6%
G = 20.67%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#792515 (or 0x792515) is known color: Falu Red. HEX triplet: 79, 25 and 15. RGB value is (121,37,21). Sum of RGB (Red+Green+Blue) = 121+37+21=179 (23% of max value = 765). Red value is 121 (47.66% from 255 or 67.60% from 179); Green value is 37 (14.84% from 255 or 20.67% from 179); Blue value is 21 (8.59% from 255 or 11.73% from 179); Max value from RGB is 121 - color contains mainly: red. Hex color #792515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792515 is #86DAEA. Grayscale: #3C3C3C. Windows color (decimal): -8837867 or 1385849. OLE color: 1385849.

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

Color convert

RGB 121 37 21 -
CMYK 0 0.69 0.83 0.53
HSL 9.6º 0.7% 0.28% -
HSV(B) 9.6º 0.83% 0.47% -
XYZ 8.68 5.44 1.3 -
YUV 60.29 105.83 171.3 -
System Red Green Blue C M Y K H S L
Decimal 121 37 21 0 0.69 0.83 0.53 9.6 0.7 0.28
Hex 79 25 15 0 45 53 35 A 46 1C
Octal 171 45 25 0 105 123 65 12 106 34
Binary 1111001 100101 10101 0 1000101 1010011 110101 1010 1000110 11100

Color Harmonies of #792515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792515

Black with #792515

Text Example


Text Example

White with #792515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792515; }

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

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

background-color css

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

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

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

border-color css

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

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

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