Html Css Color HEX #7A140A Falu Red

📋 copy color: '#7A140A'

red 122 ◦ green 20 ◦ blue 10

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

Shades of Falu Red #7A140A

Tints of Falu Red #7A140A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.16%

 BLUE value IS 10 (4.3% from 255) = 6.58%

R = 80.26%
G = 13.16%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.52

RGB Variations

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

Color information

#7A140A (or 0x7A140A) is known color: Falu Red. HEX triplet: 7A, 14 and 0A. RGB value is (122,20,10). Sum of RGB (Red+Green+Blue) = 122+20+10=152 (20% of max value = 765). Red value is 122 (48.05% from 255 or 80.26% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 10 (4.30% from 255 or 6.58% from 152); Max value from RGB is 122 - color contains mainly: red. Hex color #7A140A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A140A is #85EBF5. Grayscale: #313131. Windows color (decimal): -8776694 or 660602. OLE color: 660602.

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

Color convert

RGB 122 20 10 -
CMYK 0 0.84 0.92 0.52
HSL 5.36º 0.85% 0.26% -
HSV(B) 5.36º 0.92% 0.48% -
XYZ 8.33 4.66 0.75 -
YUV 49.36 105.79 179.81 -
System Red Green Blue C M Y K H S L
Decimal 122 20 10 0 0.84 0.92 0.52 5.36 0.85 0.26
Hex 7A 14 A 0 54 5C 34 5 55 1A
Octal 172 24 12 0 124 134 64 5 125 32
Binary 1111010 10100 1010 0 1010100 1011100 110100 101 1010101 11010

Color Harmonies of #7A140A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A140A

Black with #7A140A

Text Example


Text Example

White with #7A140A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,20,10); }

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

background-color css

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

 a { background-color: rgb(122,20,10); }

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

border-color css

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

 span { border-color: rgb(122,20,10); }

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