Html Css Color HEX #7A1610 Falu Red

📋 copy color: '#7A1610'

red 122 ◦ green 22 ◦ blue 16

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

Shades of Falu Red #7A1610

Tints of Falu Red #7A1610

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.75%

 BLUE value IS 16 (6.64% from 255) = 10%

R = 76.25%
G = 13.75%
B = 10%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.52

RGB Variations

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

Color information

#7A1610 (or 0x7A1610) is known color: Falu Red. HEX triplet: 7A, 16 and 10. RGB value is (122,22,16). Sum of RGB (Red+Green+Blue) = 122+22+16=160 (21% of max value = 765). Red value is 122 (48.05% from 255 or 76.25% from 160); Green value is 22 (8.98% from 255 or 13.75% from 160); Blue value is 16 (6.64% from 255 or 10% from 160); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1610 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A1610 is #85E9EF. Grayscale: #333333. Windows color (decimal): -8776176 or 1054330. OLE color: 1054330.

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

Color convert

RGB 122 22 16 -
CMYK 0 0.82 0.87 0.52
HSL 3.4º 0.77% 0.27% -
HSV(B) 3.4º 0.87% 0.48% -
XYZ 8.41 4.75 0.96 -
YUV 51.22 108.13 178.49 -
System Red Green Blue C M Y K H S L
Decimal 122 22 16 0 0.82 0.87 0.52 3.4 0.77 0.27
Hex 7A 16 10 0 52 57 34 3 4D 1B
Octal 172 26 20 0 122 127 64 3 115 33
Binary 1111010 10110 10000 0 1010010 1010111 110100 11 1001101 11011

Color Harmonies of #7A1610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1610

Black with #7A1610

Text Example


Text Example

White with #7A1610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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