Html Css Color HEX #792714 Falu Red

📋 copy color: '#792714'

red 121 ◦ green 39 ◦ blue 20

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

Shades of Falu Red #792714

Tints of Falu Red #792714

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.67%

 BLUE value IS 20 (8.2% from 255) = 11.11%

R = 67.22%
G = 21.67%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#792714 (or 0x792714) is known color: Falu Red. HEX triplet: 79, 27 and 14. RGB value is (121,39,20). Sum of RGB (Red+Green+Blue) = 121+39+20=180 (23% of max value = 765). Red value is 121 (47.66% from 255 or 67.22% from 180); Green value is 39 (15.62% from 255 or 21.67% from 180); Blue value is 20 (8.20% from 255 or 11.11% from 180); Max value from RGB is 121 - color contains mainly: red. Hex color #792714 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792714 is #86D8EB. Grayscale: #3D3D3D. Windows color (decimal): -8837356 or 1320825. OLE color: 1320825.

HSL color Cylindrical-coordinate representation of color #792714: hue angle of 11.29º degrees, saturation: 0.72, 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 #792714 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 39 20 -
CMYK 0 0.68 0.83 0.53
HSL 11.29º 0.72% 0.28% -
HSV(B) 11.29º 0.83% 0.47% -
XYZ 8.74 5.57 1.28 -
YUV 61.35 104.67 170.54 -
System Red Green Blue C M Y K H S L
Decimal 121 39 20 0 0.68 0.83 0.53 11.29 0.72 0.28
Hex 79 27 14 0 44 53 35 B 48 1C
Octal 171 47 24 0 104 123 65 13 110 34
Binary 1111001 100111 10100 0 1000100 1010011 110101 1011 1001000 11100

Color Harmonies of #792714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792714

Black with #792714

Text Example


Text Example

White with #792714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792714; }

 p { color: rgb(121,39,20); }

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

background-color css

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

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

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

border-color css

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

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

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