#7A130F

Color #7A130F Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #7A130F

Tints of Falu Red #7A130F

Color information

#7A130F (or 0x7A130F) is unknown color: approx Falu Red. HEX triplet: 7A, 13 and 0F. RGB value is (122,19,15). Sum of RGB (Red+Green+Blue) = 122+19+15=156 (20% of max value = 765). Red value is 122 (48.05% from 255 or 78.21% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 15 (6.25% from 255 or 9.62% from 156); Max value from RGB is 122 - color contains mainly: red. Hex color #7A130F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A130F is #85ECF0. Grayscale: #313131. Windows color (decimal): -8776945 or 988026. OLE color: 988026.

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

Color convert

RGB1221915-
CMYK00.840.880.52
HSL2.24º78.1%26.86%-
HSV(B)2.24º87.7%47.84%-
XYZ8.354.640.91-
YUV49.34108.62179.83-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 78.21%
GREEN value IS 19 (7.81% from 255) = 12.18%
BLUE value IS 15 (6.25% from 255) = 9.62%
R=78.21%
G=12.18%
B=9.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.88
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122191500.840.880.522.2478.126.86
Hex7A13F054583424e1b
Octal1722317012413064211633
Binary111101010011111101010100101100011010010100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A130F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7A130F;
 }
 .AnyTagClassName
 {
   color: #7A130F;
 }
</style>
background-color css

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

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

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

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

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

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