#7A271A

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

Shades of Falu Red #7A271A

Tints of Falu Red #7A271A

Color information

#7A271A (or 0x7A271A) is unknown color: approx Falu Red. HEX triplet: 7A, 27 and 1A. RGB value is (122,39,26). Sum of RGB (Red+Green+Blue) = 122+39+26=187 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.24% from 187); Green value is 39 (15.62% from 255 or 20.86% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 122 - color contains mainly: red. Hex color #7A271A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A271A is #85D8E5. Grayscale: #3E3E3E. Windows color (decimal): -8771814 or 1714042. OLE color: 1714042.

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

Color convert

RGB1223926-
CMYK00.680.790.52
HSL8.13º64.86%29.02%-
HSV(B)8.13º78.69%47.84%-
XYZ8.945.661.6-
YUV62.33107.5170.56-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 65.24%
GREEN value IS 39 (15.62% from 255) = 20.86%
BLUE value IS 26 (10.55% from 255) = 13.90%
R=65.24%
G=20.86%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.79
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122392600.680.790.528.1364.8629.02
Hex7A271A0444F348411d
Octal17247320104117641010135
Binary1111010100111110100100010010011111101001000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A271A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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