#7B270A

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

Shades of Falu Red #7B270A

Tints of Falu Red #7B270A

Color information

#7B270A (or 0x7B270A) is unknown color: approx Falu Red. HEX triplet: 7B, 27 and 0A. RGB value is (123,39,10). Sum of RGB (Red+Green+Blue) = 123+39+10=172 (22% of max value = 765). Red value is 123 (48.44% from 255 or 71.51% from 172); Green value is 39 (15.62% from 255 or 22.67% from 172); Blue value is 10 (4.30% from 255 or 5.81% from 172); Max value from RGB is 123 - color contains mainly: red. Hex color #7B270A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B270A is #84D8F5. Grayscale: #3D3D3D. Windows color (decimal): -8706294 or 665467. OLE color: 665467.

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

Color convert

RGB1233910-
CMYK00.680.920.52
HSL15.4º84.96%26.08%-
HSV(B)15.4º91.87%48.24%-
XYZ8.955.680.91-
YUV60.8199.33172.36-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 71.51%
GREEN value IS 39 (15.62% from 255) = 22.67%
BLUE value IS 10 (4.30% from 255) = 5.81%
R=71.51%
G=22.67%
B=5.81%

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
Decimal123391000.680.920.5215.484.9626.08
Hex7B27A0445C34f551a
Octal17347120104134641712532
Binary111101110011110100100010010111001101001111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B270A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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