Html Css Color HEX #7A1311 Falu Red

📋 copy color: '#7A1311'

red 122 ◦ green 19 ◦ blue 17

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

Shades of Falu Red #7A1311

Tints of Falu Red #7A1311

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.03%

 BLUE value IS 17 (7.03% from 255) = 10.76%

R = 77.22%
G = 12.03%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.52

RGB Variations

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

Color information

#7A1311 (or 0x7A1311) is known color: Falu Red. HEX triplet: 7A, 13 and 11. RGB value is (122,19,17). Sum of RGB (Red+Green+Blue) = 122+19+17=158 (20% of max value = 765). Red value is 122 (48.05% from 255 or 77.22% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 17 (7.03% from 255 or 10.76% from 158); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1311 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A1311 is #85ECEE. Grayscale: #313131. Windows color (decimal): -8776943 or 1119098. OLE color: 1119098.

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

Color convert

RGB 122 19 17 -
CMYK 0 0.84 0.86 0.52
HSL 1.14º 0.76% 0.27% -
HSV(B) 1.14º 0.86% 0.48% -
XYZ 8.36 4.64 0.99 -
YUV 49.57 109.62 179.66 -
System Red Green Blue C M Y K H S L
Decimal 122 19 17 0 0.84 0.86 0.52 1.14 0.76 0.27
Hex 7A 13 11 0 54 56 34 1 4C 1B
Octal 172 23 21 0 124 126 64 1 114 33
Binary 1111010 10011 10001 0 1010100 1010110 110100 1 1001100 11011

Color Harmonies of #7A1311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1311

Black with #7A1311

Text Example


Text Example

White with #7A1311

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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