#7B260A

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

Shades of Falu Red #7B260A

Tints of Falu Red #7B260A

Color information

#7B260A (or 0x7B260A) is unknown color: approx Falu Red. HEX triplet: 7B, 26 and 0A. RGB value is (123,38,10). Sum of RGB (Red+Green+Blue) = 123+38+10=171 (22% of max value = 765). Red value is 123 (48.44% from 255 or 71.93% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 123 - color contains mainly: red. Hex color #7B260A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B260A is #84D9F5. Grayscale: #3C3C3C. Windows color (decimal): -8706550 or 665211. OLE color: 665211.

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

Color convert

RGB1233810-
CMYK00.690.920.52
HSL14.87º84.96%26.08%-
HSV(B)14.87º91.87%48.24%-
XYZ8.925.620.9-
YUV60.2299.66172.78-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 71.93%
GREEN value IS 38 (15.23% from 255) = 22.22%
BLUE value IS 10 (4.30% from 255) = 5.85%
R=71.93%
G=22.22%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.92
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123381000.690.920.5214.8784.9626.08
Hex7B26A0455C34f551a
Octal17346120105134641712532
Binary111101110011010100100010110111001101001111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B260A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,38,10); }

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

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

 a { background-color: rgb(123,38,10); }

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

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

 span { border-color: rgb(123,38,10); }

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