#7A270A

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

Shades of Falu Red #7A270A

Tints of Falu Red #7A270A

Color information

#7A270A (or 0x7A270A) is unknown color: approx Falu Red. HEX triplet: 7A, 27 and 0A. RGB value is (122,39,10). Sum of RGB (Red+Green+Blue) = 122+39+10=171 (22% of max value = 765). Red value is 122 (48.05% from 255 or 71.35% from 171); Green value is 39 (15.62% from 255 or 22.81% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 122 - color contains mainly: red. Hex color #7A270A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A270A is #85D8F5. Grayscale: #3C3C3C. Windows color (decimal): -8771830 or 665466. OLE color: 665466.

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

Color convert

RGB1223910-
CMYK00.680.920.52
HSL15.54º84.85%25.88%-
HSV(B)15.54º91.8%47.84%-
XYZ8.815.610.91-
YUV60.5199.5171.86-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 71.35%
GREEN value IS 39 (15.62% from 255) = 22.81%
BLUE value IS 10 (4.30% from 255) = 5.85%
R=71.35%
G=22.81%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.92
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122391000.680.920.5215.5484.8525.88
Hex7A27A0445C3410551a
Octal17247120104134642012532
Binary1111010100111101001000100101110011010010000101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A270A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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