Html Css Color HEX #792510 Falu Red

📋 copy color: '#792510'

red 121 ◦ green 37 ◦ blue 16

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

Shades of Falu Red #792510

Tints of Falu Red #792510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.2%

R = 69.54%
G = 21.26%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#792510 (or 0x792510) is known color: Falu Red. HEX triplet: 79, 25 and 10. RGB value is (121,37,16). Sum of RGB (Red+Green+Blue) = 121+37+16=174 (23% of max value = 765). Red value is 121 (47.66% from 255 or 69.54% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 16 (6.64% from 255 or 9.20% from 174); Max value from RGB is 121 - color contains mainly: red. Hex color #792510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792510 is #86DAEF. Grayscale: #3B3B3B. Windows color (decimal): -8837872 or 1058169. OLE color: 1058169.

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

Color convert

RGB 121 37 16 -
CMYK 0 0.69 0.87 0.53
HSL 12º 0.77% 0.27% -
HSV(B) 12º 0.87% 0.47% -
XYZ 8.64 5.43 1.08 -
YUV 59.72 103.33 171.71 -
System Red Green Blue C M Y K H S L
Decimal 121 37 16 0 0.69 0.87 0.53 12 0.77 0.27
Hex 79 25 10 0 45 57 35 C 4D 1B
Octal 171 45 20 0 105 127 65 14 115 33
Binary 1111001 100101 10000 0 1000101 1010111 110101 1100 1001101 11011

Color Harmonies of #792510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792510

Black with #792510

Text Example


Text Example

White with #792510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792510; }

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

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

background-color css

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

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

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

border-color css

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

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

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