#7A261A

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

Shades of Falu Red #7A261A

Tints of Falu Red #7A261A

Color information

#7A261A (or 0x7A261A) is unknown color: approx Falu Red. HEX triplet: 7A, 26 and 1A. RGB value is (122,38,26). Sum of RGB (Red+Green+Blue) = 122+38+26=186 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.59% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 26 (10.55% from 255 or 13.98% from 186); Max value from RGB is 122 - color contains mainly: red. Hex color #7A261A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A261A is #85D9E5. Grayscale: #3D3D3D. Windows color (decimal): -8772070 or 1713786. OLE color: 1713786.

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

Color convert

RGB1223826-
CMYK00.690.790.52
HSL7.5º64.86%29.02%-
HSV(B)7.5º78.69%47.84%-
XYZ8.915.61.59-
YUV61.75107.83170.98-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 65.59%
GREEN value IS 38 (15.23% from 255) = 20.43%
BLUE value IS 26 (10.55% from 255) = 13.98%
R=65.59%
G=20.43%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.79
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122382600.690.790.527.564.8629.02
Hex7A261A0454F348411d
Octal17246320105117641010135
Binary1111010100110110100100010110011111101001000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A261A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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