Html Css Color HEX #791010 Falu Red

📋 copy color: '#791010'

red 121 ◦ green 16 ◦ blue 16

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

Shades of Falu Red #791010

Tints of Falu Red #791010

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.46%

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

R = 79.08%
G = 10.46%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#791010 (or 0x791010) is known color: Falu Red. HEX triplet: 79, 10 and 10. RGB value is (121,16,16). Sum of RGB (Red+Green+Blue) = 121+16+16=153 (20% of max value = 765). Red value is 121 (47.66% from 255 or 79.08% from 153); Green value is 16 (6.64% from 255 or 10.46% from 153); Blue value is 16 (6.64% from 255 or 10.46% from 153); Max value from RGB is 121 - color contains mainly: red. Hex color #791010 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791010 is #86EFEF. Grayscale: #2F2F2F. Windows color (decimal): -8843248 or 1052793. OLE color: 1052793.

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

Color convert

RGB 121 16 16 -
CMYK 0 0.87 0.87 0.53
HSL 0.77% 0.27% -
HSV(B) 0.87% 0.47% -
XYZ 8.16 4.47 0.92 -
YUV 47.4 110.29 180.5 -
System Red Green Blue C M Y K H S L
Decimal 121 16 16 0 0.87 0.87 0.53 0 0.77 0.27
Hex 79 10 10 0 57 57 35 0 4D 1B
Octal 171 20 20 0 127 127 65 0 115 33
Binary 1111001 10000 10000 0 1010111 1010111 110101 0 1001101 11011

Color Harmonies of #791010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791010

Black with #791010

Text Example


Text Example

White with #791010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791010; }

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

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

background-color css

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

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

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

border-color css

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

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

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