Html Css Color HEX #790E0B Falu Red

📋 copy color: '#790E0B'

red 121 ◦ green 14 ◦ blue 11

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

Shades of Falu Red #790E0B

Tints of Falu Red #790E0B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.59%

 BLUE value IS 11 (4.69% from 255) = 7.53%

R = 82.88%
G = 9.59%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.53

RGB Variations

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

Color information

#790E0B (or 0x790E0B) is known color: Falu Red. HEX triplet: 79, 0E and 0B. RGB value is (121,14,11). Sum of RGB (Red+Green+Blue) = 121+14+11=146 (19% of max value = 765). Red value is 121 (47.66% from 255 or 82.88% from 146); Green value is 14 (5.86% from 255 or 9.59% from 146); Blue value is 11 (4.69% from 255 or 7.53% from 146); Max value from RGB is 121 - color contains mainly: red. Hex color #790E0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790E0B is #86F1F4. Grayscale: #2D2D2D. Windows color (decimal): -8843765 or 724601. OLE color: 724601.

HSL color Cylindrical-coordinate representation of color #790E0B: hue angle of 1.64º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #790E0B is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 14 11 -
CMYK 0 0.88 0.91 0.53
HSL 1.64º 0.83% 0.26% -
HSV(B) 1.64º 0.91% 0.47% -
XYZ 8.1 4.4 0.74 -
YUV 45.65 108.45 181.74 -
System Red Green Blue C M Y K H S L
Decimal 121 14 11 0 0.88 0.91 0.53 1.64 0.83 0.26
Hex 79 E B 0 58 5B 35 2 53 1A
Octal 171 16 13 0 130 133 65 2 123 32
Binary 1111001 1110 1011 0 1011000 1011011 110101 10 1010011 11010

Color Harmonies of #790E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790E0B

Black with #790E0B

Text Example


Text Example

White with #790E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790E0B; }

 p { color: rgb(121,14,11); }

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

background-color css

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

 a { background-color: rgb(121,14,11); }

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

border-color css

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

 span { border-color: rgb(121,14,11); }

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