Html Css Color HEX #7A130E Falu Red

📋 copy color: '#7A130E'

red 122 ◦ green 19 ◦ blue 14

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

Shades of Falu Red #7A130E

Tints of Falu Red #7A130E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.26%

 BLUE value IS 14 (5.86% from 255) = 9.03%

R = 78.71%
G = 12.26%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.52

RGB Variations

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

Color information

#7A130E (or 0x7A130E) is known color: Falu Red. HEX triplet: 7A, 13 and 0E. RGB value is (122,19,14). Sum of RGB (Red+Green+Blue) = 122+19+14=155 (20% of max value = 765). Red value is 122 (48.05% from 255 or 78.71% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 14 (5.86% from 255 or 9.03% from 155); Max value from RGB is 122 - color contains mainly: red. Hex color #7A130E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A130E is #85ECF1. Grayscale: #313131. Windows color (decimal): -8776946 or 922490. OLE color: 922490.

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

Color convert

RGB 122 19 14 -
CMYK 0 0.84 0.89 0.52
HSL 2.78º 0.79% 0.27% -
HSV(B) 2.78º 0.89% 0.48% -
XYZ 8.34 4.64 0.87 -
YUV 49.23 108.12 179.91 -
System Red Green Blue C M Y K H S L
Decimal 122 19 14 0 0.84 0.89 0.52 2.78 0.79 0.27
Hex 7A 13 E 0 54 59 34 3 4F 1B
Octal 172 23 16 0 124 131 64 3 117 33
Binary 1111010 10011 1110 0 1010100 1011001 110100 11 1001111 11011

Color Harmonies of #7A130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A130E

Black with #7A130E

Text Example


Text Example

White with #7A130E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,19,14); }

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

background-color css

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

 a { background-color: rgb(122,19,14); }

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

border-color css

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

 span { border-color: rgb(122,19,14); }

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