Html Css Color HEX #791E0F Falu Red

📋 copy color: '#791E0F'

red 121 ◦ green 30 ◦ blue 15

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

Shades of Falu Red #791E0F

Tints of Falu Red #791E0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.04%

R = 72.89%
G = 18.07%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.53

RGB Variations

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

Color information

#791E0F (or 0x791E0F) is known color: Falu Red. HEX triplet: 79, 1E and 0F. RGB value is (121,30,15). Sum of RGB (Red+Green+Blue) = 121+30+15=166 (21% of max value = 765). Red value is 121 (47.66% from 255 or 72.89% from 166); Green value is 30 (12.11% from 255 or 18.07% from 166); Blue value is 15 (6.25% from 255 or 9.04% from 166); Max value from RGB is 121 - color contains mainly: red. Hex color #791E0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #791E0F is #86E1F0. Grayscale: #373737. Windows color (decimal): -8839665 or 990841. OLE color: 990841.

HSL color Cylindrical-coordinate representation of color #791E0F: hue angle of 8.49º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #791E0F is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 30 15 -
CMYK 0 0.75 0.88 0.53
HSL 8.49º 0.78% 0.27% -
HSV(B) 8.49º 0.88% 0.47% -
XYZ 8.44 5.03 0.98 -
YUV 55.5 105.15 174.72 -
System Red Green Blue C M Y K H S L
Decimal 121 30 15 0 0.75 0.88 0.53 8.49 0.78 0.27
Hex 79 1E F 0 4B 58 35 8 4E 1B
Octal 171 36 17 0 113 130 65 10 116 33
Binary 1111001 11110 1111 0 1001011 1011000 110101 1000 1001110 11011

Color Harmonies of #791E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791E0F

Black with #791E0F

Text Example


Text Example

White with #791E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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