Html Css Color HEX #792310 Falu Red

📋 copy color: '#792310'

red 121 ◦ green 35 ◦ blue 16

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

Shades of Falu Red #792310

Tints of Falu Red #792310

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.35%

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

R = 70.35%
G = 20.35%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#792310 (or 0x792310) is known color: Falu Red. HEX triplet: 79, 23 and 10. RGB value is (121,35,16). Sum of RGB (Red+Green+Blue) = 121+35+16=172 (22% of max value = 765). Red value is 121 (47.66% from 255 or 70.35% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 16 (6.64% from 255 or 9.30% from 172); Max value from RGB is 121 - color contains mainly: red. Hex color #792310 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792310 is #86DCEF. Grayscale: #3A3A3A. Windows color (decimal): -8838384 or 1057657. OLE color: 1057657.

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

Color convert

RGB 121 35 16 -
CMYK 0 0.71 0.87 0.53
HSL 10.86º 0.77% 0.27% -
HSV(B) 10.86º 0.87% 0.47% -
XYZ 8.58 5.3 1.06 -
YUV 58.55 103.99 172.54 -
System Red Green Blue C M Y K H S L
Decimal 121 35 16 0 0.71 0.87 0.53 10.86 0.77 0.27
Hex 79 23 10 0 47 57 35 B 4D 1B
Octal 171 43 20 0 107 127 65 13 115 33
Binary 1111001 100011 10000 0 1000111 1010111 110101 1011 1001101 11011

Color Harmonies of #792310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792310

Black with #792310

Text Example


Text Example

White with #792310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792310; }

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

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

background-color css

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

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

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

border-color css

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

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

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