Html Css Color HEX #79210B Falu Red

📋 copy color: '#79210B'

red 121 ◦ green 33 ◦ blue 11

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

Shades of Falu Red #79210B

Tints of Falu Red #79210B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20%

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

R = 73.33%
G = 20%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.53

RGB Variations

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

Color information

#79210B (or 0x79210B) is known color: Falu Red. HEX triplet: 79, 21 and 0B. RGB value is (121,33,11). Sum of RGB (Red+Green+Blue) = 121+33+11=165 (21% of max value = 765). Red value is 121 (47.66% from 255 or 73.33% from 165); Green value is 33 (13.28% from 255 or 20% from 165); Blue value is 11 (4.69% from 255 or 6.67% from 165); Max value from RGB is 121 - color contains mainly: red. Hex color #79210B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #79210B is #86DEF4. Grayscale: #383838. Windows color (decimal): -8838901 or 729465. OLE color: 729465.

HSL color Cylindrical-coordinate representation of color #79210B: hue angle of 12º 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 #79210B is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 33 11 -
CMYK 0 0.73 0.91 0.53
HSL 12º 0.83% 0.26% -
HSV(B) 12º 0.91% 0.47% -
XYZ 8.49 5.18 0.87 -
YUV 56.8 102.15 173.79 -
System Red Green Blue C M Y K H S L
Decimal 121 33 11 0 0.73 0.91 0.53 12 0.83 0.26
Hex 79 21 B 0 49 5B 35 C 53 1A
Octal 171 41 13 0 111 133 65 14 123 32
Binary 1111001 100001 1011 0 1001001 1011011 110101 1100 1010011 11010

Color Harmonies of #79210B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79210B

Black with #79210B

Text Example


Text Example

White with #79210B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79210B; }

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

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

background-color css

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

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

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

border-color css

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

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

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