Html Css Color HEX #7A1E07 Falu Red

📋 copy color: '#7A1E07'

red 122 ◦ green 30 ◦ blue 7

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

Shades of Falu Red #7A1E07

Tints of Falu Red #7A1E07

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.87%

 BLUE value IS 7 (3.13% from 255) = 4.4%

R = 76.73%
G = 18.87%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.52

RGB Variations

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

Color information

#7A1E07 (or 0x7A1E07) is known color: Falu Red. HEX triplet: 7A, 1E and 07. RGB value is (122,30,7). Sum of RGB (Red+Green+Blue) = 122+30+7=159 (21% of max value = 765). Red value is 122 (48.05% from 255 or 76.73% from 159); Green value is 30 (12.11% from 255 or 18.87% from 159); Blue value is 7 (3.12% from 255 or 4.40% from 159); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1E07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A1E07 is #85E1F8. Grayscale: #373737. Windows color (decimal): -8774137 or 466554. OLE color: 466554.

HSL color Cylindrical-coordinate representation of color #7A1E07: hue angle of 12º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A1E07 is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 30 7 -
CMYK 0 0.75 0.94 0.52
HSL 12º 0.89% 0.25% -
HSV(B) 12º 0.94% 0.48% -
XYZ 8.53 5.08 0.73 -
YUV 54.89 100.98 175.87 -
System Red Green Blue C M Y K H S L
Decimal 122 30 7 0 0.75 0.94 0.52 12 0.89 0.25
Hex 7A 1E 7 0 4B 5E 34 C 59 19
Octal 172 36 7 0 113 136 64 14 131 31
Binary 1111010 11110 111 0 1001011 1011110 110100 1100 1011001 11001

Color Harmonies of #7A1E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1E07

Black with #7A1E07

Text Example


Text Example

White with #7A1E07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,30,7); }

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

background-color css

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

 a { background-color: rgb(122,30,7); }

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

border-color css

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

 span { border-color: rgb(122,30,7); }

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