Html Css Color HEX #7A1F07 Falu Red

📋 copy color: '#7A1F07'

red 122 ◦ green 31 ◦ blue 7

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

Shades of Falu Red #7A1F07

Tints of Falu Red #7A1F07

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.38%

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

R = 76.25%
G = 19.38%
B = 4.38%

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

#7A1F07 (or 0x7A1F07) is known color: Falu Red. HEX triplet: 7A, 1F and 07. RGB value is (122,31,7). Sum of RGB (Red+Green+Blue) = 122+31+7=160 (21% of max value = 765). Red value is 122 (48.05% from 255 or 76.25% from 160); Green value is 31 (12.5% from 255 or 19.38% from 160); Blue value is 7 (3.12% from 255 or 4.38% from 160); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1F07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A1F07 is #85E0F8. Grayscale: #373737. Windows color (decimal): -8773881 or 466810. OLE color: 466810.

HSL color Cylindrical-coordinate representation of color #7A1F07: hue angle of 12.52º 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 #7A1F07 is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 31 7 -
CMYK 0 0.75 0.94 0.52
HSL 12.52º 0.89% 0.25% -
HSV(B) 12.52º 0.94% 0.48% -
XYZ 8.55 5.13 0.74 -
YUV 55.47 100.65 175.45 -
System Red Green Blue C M Y K H S L
Decimal 122 31 7 0 0.75 0.94 0.52 12.52 0.89 0.25
Hex 7A 1F 7 0 4B 5E 34 D 59 19
Octal 172 37 7 0 113 136 64 15 131 31
Binary 1111010 11111 111 0 1001011 1011110 110100 1101 1011001 11001

Color Harmonies of #7A1F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1F07

Black with #7A1F07

Text Example


Text Example

White with #7A1F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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