#7B280E

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

Shades of Falu Red #7B280E

Tints of Falu Red #7B280E

Color information

#7B280E (or 0x7B280E) is unknown color: approx Falu Red. HEX triplet: 7B, 28 and 0E. RGB value is (123,40,14). Sum of RGB (Red+Green+Blue) = 123+40+14=177 (23% of max value = 765). Red value is 123 (48.44% from 255 or 69.49% from 177); Green value is 40 (16.02% from 255 or 22.60% from 177); Blue value is 14 (5.86% from 255 or 7.91% from 177); Max value from RGB is 123 - color contains mainly: red. Hex color #7B280E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B280E is #84D7F1. Grayscale: #3E3E3E. Windows color (decimal): -8706034 or 927867. OLE color: 927867.

HSL color Cylindrical-coordinate representation of color #7B280E: hue angle of 14.31º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7B280E is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.52.

Color convert

RGB1234014-
CMYK00.670.890.52
HSL14.31º79.56%26.86%-
HSV(B)14.31º88.62%48.24%-
XYZ9.015.761.05-
YUV61.85101171.61-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 69.49%
GREEN value IS 40 (16.02% from 255) = 22.60%
BLUE value IS 14 (5.86% from 255) = 7.91%
R=69.49%
G=22.60%
B=7.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.89
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123401400.670.890.5214.3179.5626.86
Hex7B28E0435934e501b
Octal17350160103131641612033
Binary111101110100011100100001110110011101001110101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B280E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,40,14); }

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

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

 a { background-color: rgb(123,40,14); }

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

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

 span { border-color: rgb(123,40,14); }

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