#7B1405

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

Shades of Falu Red #7B1405

Tints of Falu Red #7B1405

Color information

#7B1405 (or 0x7B1405) is unknown color: approx Falu Red. HEX triplet: 7B, 14 and 05. RGB value is (123,20,5). Sum of RGB (Red+Green+Blue) = 123+20+5=148 (19% of max value = 765). Red value is 123 (48.44% from 255 or 83.11% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 5 (2.34% from 255 or 3.38% from 148); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1405 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B1405 is #84EBFA. Grayscale: #313131. Windows color (decimal): -8711163 or 332923. OLE color: 332923.

HSL color Cylindrical-coordinate representation of color #7B1405: hue angle of 7.63º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7B1405 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.52.

Color convert

RGB123205-
CMYK00.840.960.52
HSL7.63º92.19%25.1%-
HSV(B)7.63º95.93%48.24%-
XYZ8.454.720.61-
YUV49.09103.12180.72-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 83.11%
GREEN value IS 20 (8.20% from 255) = 13.51%
BLUE value IS 5 (2.34% from 255) = 3.38%
R=83.11%
G=13.51%
B=3.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.96
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12320500.840.960.527.6392.1925.1
Hex7B145054603485c19
Octal1732450124140641013431
Binary1111011101001010101010011000001101001000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,20,5); }

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

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

 a { background-color: rgb(123,20,5); }

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

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

 span { border-color: rgb(123,20,5); }

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