#781306

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

Shades of Falu Red #781306

Tints of Falu Red #781306

Color information

#781306 (or 0x781306) is unknown color: approx Falu Red. HEX triplet: 78, 13 and 06. RGB value is (120,19,6). Sum of RGB (Red+Green+Blue) = 120+19+6=145 (19% of max value = 765). Red value is 120 (47.27% from 255 or 82.76% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 6 (2.73% from 255 or 4.14% from 145); Max value from RGB is 120 - color contains mainly: red. Hex color #781306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781306 is #87ECF9. Grayscale: #2F2F2F. Windows color (decimal): -8908026 or 398200. OLE color: 398200.

HSL color Cylindrical-coordinate representation of color #781306: hue angle of 6.84º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #781306 is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB120196-
CMYK00.840.950.53
HSL6.84º90.48%24.71%-
HSV(B)6.84º95%47.06%-
XYZ8.014.470.61-
YUV47.72104.46179.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 82.76%
GREEN value IS 19 (7.81% from 255) = 13.10%
BLUE value IS 6 (2.73% from 255) = 4.14%
R=82.76%
G=13.10%
B=4.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12019600.840.950.536.8490.4824.71
Hex781360545F3575a19
Octal170236012413765713231
Binary111100010011110010101001011111110101111101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781306; }

 p { color: rgb(120,19,6); }

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

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

 a { background-color: rgb(120,19,6); }

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

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

 span { border-color: rgb(120,19,6); }

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