Html Css Color HEX #791E0C Falu Red

📋 copy color: '#791E0C'

red 121 ◦ green 30 ◦ blue 12

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

Shades of Falu Red #791E0C

Tints of Falu Red #791E0C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.4%

 BLUE value IS 12 (5.08% from 255) = 7.36%

R = 74.23%
G = 18.4%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#791E0C (or 0x791E0C) is known color: Falu Red. HEX triplet: 79, 1E and 0C. RGB value is (121,30,12). Sum of RGB (Red+Green+Blue) = 121+30+12=163 (21% of max value = 765). Red value is 121 (47.66% from 255 or 74.23% from 163); Green value is 30 (12.11% from 255 or 18.40% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 121 - color contains mainly: red. Hex color #791E0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #791E0C is #86E1F3. Grayscale: #373737. Windows color (decimal): -8839668 or 794233. OLE color: 794233.

HSL color Cylindrical-coordinate representation of color #791E0C: hue angle of 9.91º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #791E0C is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 30 12 -
CMYK 0 0.75 0.90 0.53
HSL 9.91º 0.82% 0.26% -
HSV(B) 9.91º 0.9% 0.47% -
XYZ 8.42 5.02 0.87 -
YUV 55.16 103.65 174.96 -
System Red Green Blue C M Y K H S L
Decimal 121 30 12 0 0.75 0.90 0.53 9.91 0.82 0.26
Hex 79 1E C 0 4B 5A 35 A 52 1A
Octal 171 36 14 0 113 132 65 12 122 32
Binary 1111001 11110 1100 0 1001011 1011010 110101 1010 1010010 11010

Color Harmonies of #791E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791E0C

Black with #791E0C

Text Example


Text Example

White with #791E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791E0C; }

 p { color: rgb(121,30,12); }

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

background-color css

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

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

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

border-color css

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

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

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