Html Css Color HEX #791210 Falu Red

📋 copy color: '#791210'

red 121 ◦ green 18 ◦ blue 16

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

Shades of Falu Red #791210

Tints of Falu Red #791210

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.61%

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

R = 78.06%
G = 11.61%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#791210 (or 0x791210) is known color: Falu Red. HEX triplet: 79, 12 and 10. RGB value is (121,18,16). Sum of RGB (Red+Green+Blue) = 121+18+16=155 (20% of max value = 765). Red value is 121 (47.66% from 255 or 78.06% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 16 (6.64% from 255 or 10.32% from 155); Max value from RGB is 121 - color contains mainly: red. Hex color #791210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791210 is #86EDEF. Grayscale: #303030. Windows color (decimal): -8842736 or 1053305. OLE color: 1053305.

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

Color convert

RGB 121 18 16 -
CMYK 0 0.85 0.87 0.53
HSL 1.14º 0.77% 0.27% -
HSV(B) 1.14º 0.87% 0.47% -
XYZ 8.19 4.53 0.93 -
YUV 48.57 109.62 179.66 -
System Red Green Blue C M Y K H S L
Decimal 121 18 16 0 0.85 0.87 0.53 1.14 0.77 0.27
Hex 79 12 10 0 55 57 35 1 4D 1B
Octal 171 22 20 0 125 127 65 1 115 33
Binary 1111001 10010 10000 0 1010101 1010111 110101 1 1001101 11011

Color Harmonies of #791210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791210

Black with #791210

Text Example


Text Example

White with #791210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791210; }

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

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

background-color css

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

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

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

border-color css

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

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

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