Html Css Color HEX #791F0C Falu Red

📋 copy color: '#791F0C'

red 121 ◦ green 31 ◦ blue 12

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

Shades of Falu Red #791F0C

Tints of Falu Red #791F0C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.9%

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

R = 73.78%
G = 18.9%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#791F0C (or 0x791F0C) is known color: Falu Red. HEX triplet: 79, 1F and 0C. RGB value is (121,31,12). Sum of RGB (Red+Green+Blue) = 121+31+12=164 (21% of max value = 765). Red value is 121 (47.66% from 255 or 73.78% from 164); Green value is 31 (12.5% from 255 or 18.90% from 164); Blue value is 12 (5.08% from 255 or 7.32% from 164); Max value from RGB is 121 - color contains mainly: red. Hex color #791F0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #791F0C is #86E0F3. Grayscale: #373737. Windows color (decimal): -8839412 or 794489. OLE color: 794489.

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

Color convert

RGB 121 31 12 -
CMYK 0 0.74 0.90 0.53
HSL 10.46º 0.82% 0.26% -
HSV(B) 10.46º 0.9% 0.47% -
XYZ 8.44 5.07 0.88 -
YUV 55.74 103.32 174.54 -
System Red Green Blue C M Y K H S L
Decimal 121 31 12 0 0.74 0.90 0.53 10.46 0.82 0.26
Hex 79 1F C 0 4A 5A 35 A 52 1A
Octal 171 37 14 0 112 132 65 12 122 32
Binary 1111001 11111 1100 0 1001010 1011010 110101 1010 1010010 11010

Color Harmonies of #791F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791F0C

Black with #791F0C

Text Example


Text Example

White with #791F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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