Html Css Color HEX #7A1716 Falu Red

📋 copy color: '#7A1716'

red 122 ◦ green 23 ◦ blue 22

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

Shades of Falu Red #7A1716

Tints of Falu Red #7A1716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 13.17%

R = 73.05%
G = 13.77%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.52

RGB Variations

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

Color information

#7A1716 (or 0x7A1716) is known color: Falu Red. HEX triplet: 7A, 17 and 16. RGB value is (122,23,22). Sum of RGB (Red+Green+Blue) = 122+23+22=167 (22% of max value = 765). Red value is 122 (48.05% from 255 or 73.05% from 167); Green value is 23 (9.38% from 255 or 13.77% from 167); Blue value is 22 (8.98% from 255 or 13.17% from 167); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1716 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A1716 is #85E8E9. Grayscale: #343434. Windows color (decimal): -8775914 or 1447802. OLE color: 1447802.

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

Color convert

RGB 122 23 22 -
CMYK 0 0.81 0.82 0.52
HSL 0.6º 0.69% 0.28% -
HSV(B) 0.6º 0.82% 0.48% -
XYZ 8.48 4.81 1.24 -
YUV 52.49 110.8 177.58 -
System Red Green Blue C M Y K H S L
Decimal 122 23 22 0 0.81 0.82 0.52 0.6 0.69 0.28
Hex 7A 17 16 0 51 52 34 1 45 1C
Octal 172 27 26 0 121 122 64 1 105 34
Binary 1111010 10111 10110 0 1010001 1010010 110100 1 1000101 11100

Color Harmonies of #7A1716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1716

Black with #7A1716

Text Example


Text Example

White with #7A1716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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