Html Css Color HEX #7A1713 Falu Red

📋 copy color: '#7A1713'

red 122 ◦ green 23 ◦ blue 19

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

Shades of Falu Red #7A1713

Tints of Falu Red #7A1713

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.02%

 BLUE value IS 19 (7.81% from 255) = 11.59%

R = 74.39%
G = 14.02%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.52

RGB Variations

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

Color information

#7A1713 (or 0x7A1713) is known color: Falu Red. HEX triplet: 7A, 17 and 13. RGB value is (122,23,19). Sum of RGB (Red+Green+Blue) = 122+23+19=164 (21% of max value = 765). Red value is 122 (48.05% from 255 or 74.39% from 164); Green value is 23 (9.38% from 255 or 14.02% from 164); Blue value is 19 (7.81% from 255 or 11.59% from 164); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1713 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A1713 is #85E8EC. Grayscale: #343434. Windows color (decimal): -8775917 or 1251194. OLE color: 1251194.

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

Color convert

RGB 122 23 19 -
CMYK 0 0.81 0.84 0.52
HSL 2.33º 0.73% 0.28% -
HSV(B) 2.33º 0.84% 0.48% -
XYZ 8.45 4.8 1.1 -
YUV 52.15 109.3 177.83 -
System Red Green Blue C M Y K H S L
Decimal 122 23 19 0 0.81 0.84 0.52 2.33 0.73 0.28
Hex 7A 17 13 0 51 54 34 2 49 1C
Octal 172 27 23 0 121 124 64 2 111 34
Binary 1111010 10111 10011 0 1010001 1010100 110100 10 1001001 11100

Color Harmonies of #7A1713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1713

Black with #7A1713

Text Example


Text Example

White with #7A1713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,23,19); }

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

background-color css

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

 a { background-color: rgb(122,23,19); }

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

border-color css

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

 span { border-color: rgb(122,23,19); }

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