Html Css Color HEX #7A2109 Falu Red

📋 copy color: '#7A2109'

red 122 ◦ green 33 ◦ blue 9

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

Shades of Falu Red #7A2109

Tints of Falu Red #7A2109

RGB

 RED value IS 122 (48.05% from 255) = 74.39%

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

 BLUE value IS 9 (3.91% from 255) = 5.49%

R = 74.39%
G = 20.12%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.52

RGB Variations

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

Color information

#7A2109 (or 0x7A2109) is known color: Falu Red. HEX triplet: 7A, 21 and 09. RGB value is (122,33,9). Sum of RGB (Red+Green+Blue) = 122+33+9=164 (21% of max value = 765). Red value is 122 (48.05% from 255 or 74.39% from 164); Green value is 33 (13.28% from 255 or 20.12% from 164); Blue value is 9 (3.91% from 255 or 5.49% from 164); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2109 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A2109 is #85DEF6. Grayscale: #393939. Windows color (decimal): -8773367 or 598394. OLE color: 598394.

HSL color Cylindrical-coordinate representation of color #7A2109: hue angle of 12.74º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A2109 is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 33 9 -
CMYK 0 0.73 0.93 0.52
HSL 12.74º 0.86% 0.26% -
HSV(B) 12.74º 0.93% 0.48% -
XYZ 8.62 5.25 0.82 -
YUV 56.88 100.99 174.45 -
System Red Green Blue C M Y K H S L
Decimal 122 33 9 0 0.73 0.93 0.52 12.74 0.86 0.26
Hex 7A 21 9 0 49 5D 34 D 56 1A
Octal 172 41 11 0 111 135 64 15 126 32
Binary 1111010 100001 1001 0 1001001 1011101 110100 1101 1010110 11010

Color Harmonies of #7A2109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A2109

Black with #7A2109

Text Example


Text Example

White with #7A2109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A2109; }

 p { color: rgb(122,33,9); }

 H1.HeaderClassName
 {
   color: #7A2109;
 }
 .AnyTagClassName
 {
   color: #7A2109;
 }
</style>

background-color css

<style>
 a { background-color: #7A2109; }

 a { background-color: rgb(122,33,9); }

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

border-color css

<style>
 span { border-color: #7A2109; }

 span { border-color: rgb(122,33,9); }

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